]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
Sun May 13 07:34:03 BST 2012 Brian Warner <warner@lothar.com>
authorDaira Hopwood <daira@jacaranda.org>
Thu, 5 Sep 2013 17:04:05 +0000 (18:04 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Thu, 5 Sep 2013 17:04:05 +0000 (18:04 +0100)
commitbbb62646632c801aea758b7d87655fb3ab7ff853
treec64e4186ac3a36b54b07ad72f7888db9d28cde8e
parent688aa91205b060d05cd8986cb4df024ec2fa3c1d
Sun May 13 07:34:03 BST 2012  Brian Warner <warner@lothar.com>
  * test-dont-use-too-old-dep.py: fix tarfile timestamps

  It turns out that TarFile.addfile() doesn't provide a reasonable default
  timestamp, resulting in files dated to 1970 (they're probably wearing
  bell-bottoms and listening to disco too). Then, when the bdist_egg command
  tries to create a *zip*file with those files, it explodes because zipfiles
  cannot handle timestamps before 1980 (it prefers boomboxes and jackets with
  straps on the shoulders, thank you very much).

  This puts a modern time.time() on the members of the tarfile, allowing future
  cryptocoderarchaeologists the opportunity to make fun of fashion trends from
  the user's chosen era, rather than an artificially older one.

  refs #1342
misc/build_helpers/test-dont-use-too-old-dep.py