tahoe-lafs/misc
Brian Warner 488b6f8ccd 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
2012-05-12 23:34:03 -07:00
..
awesome_weird_stuff setup: organize misc/ scripts and tools and remove obsolete ones 2010-06-06 22:16:18 -07:00
build_helpers test-dont-use-too-old-dep.py: fix tarfile timestamps 2012-05-12 23:34:03 -07:00
coding_tools check-miscaptures.py: report the number of files that were not analysed due to syntax errors (and don't count them in the number of suspicious captures). refs #1555 2011-10-09 05:03:01 +00:00
dependencies setup: remove bundled zipfile egg of setuptools 2010-05-23 13:51:20 -07:00
incident-gatherer misc/incident-gatherer: add classify_tahoe.py: a foolscap incident-gatherer classification plugin 2008-10-15 15:09:40 -07:00
operations_helpers Suppress a warning from win32eventreactor on Windows (patch v2). fixes #1681 2012-02-27 19:03:17 +00:00
simulators minor cleanup: remove trailing spaces in misc/ 2011-12-18 12:18:41 -08:00