mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-23 23:02:25 +00:00
488b6f8ccd
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 |
||
---|---|---|
.. | ||
build-deb.py | ||
check-build.py | ||
clean-up-after-fake-dists.py | ||
gen-package-table.py | ||
get-version.py | ||
pyver.py | ||
run_trial.py | ||
run-with-pythonpath.py | ||
show-tool-versions.py | ||
sub-ver.py | ||
test_mac_diskimage.py | ||
test-darcs-boringfile.py | ||
test-dont-install-newer-dep-when-you-already-have-sufficiently-new-one.py | ||
test-dont-use-too-old-dep.py | ||
test-git-ignore.py |