Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-28 | scripts: Make archive build reproducible | Arseny Kapoulkine | |
We used to use the current timestamp when building the archive; switch to using the timestamp of the tag with the version we're packaging. This requires some monkey patching since tarfile module is always using current timestamp when writing gzip header... Also exclude archive.py from archive and simplify release file list in Makefile. | |||
2016-11-27 | scripts: Move archive.py from tests | Arseny Kapoulkine | |