]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
test-dont-use-too-old-dep.py: fix tarfile timestamps
authorBrian Warner <warner@lothar.com>
Sun, 13 May 2012 06:33:11 +0000 (23:33 -0700)
committerBrian Warner <warner@lothar.com>
Sun, 13 May 2012 06:34:03 +0000 (23:34 -0700)
commit488b6f8ccdd50eb31057b544b551db14f325fb46
tree3b40cef39db4f8d55414c3f6df270edf8894b572
parent379901bf8f2b4c177dc96e8728e2de30434ab706
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