aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts/dist.py
Commit message (Collapse)AuthorAgeFilesLines
* Pylint fixesJack Lloyd2018-12-031-1/+1
|
* Fix complaints from latest pylintJack Lloyd2018-08-021-7/+7
|
* Small cleanup in dist scriptJack Lloyd2018-05-241-8/+12
|
* Move version.txt to src/build-dataJack Lloyd2018-04-041-1/+2
| | | | It is not useful for end-users so don't put it in the top level.
* In dist script set gzip header time to the tag timestampJack Lloyd2017-12-271-18/+19
| | | | Also use the tag time for the tar timestamps instead of arbitrary 6am
* Fix error reporting in dist script under Python3Jack Lloyd2017-12-221-5/+10
| | | | bin vs str strikes again
* Fix pylint errorJack Lloyd2017-12-211-0/+2
|
* Now dist script can run under python2 or python3Jack Lloyd2017-12-211-1/+1
|
* Run dist.py script through pylintJack Lloyd2017-12-211-35/+31
| | | | Python 2.7 has the io module so no need for StringIO
* Binary file IO for the UTF-8 godsJack Lloyd2017-12-211-2/+2
| | | | | When reading a binary file, unless 'b' is specified Python3 tries parsing the file as UTF-8 and gets cranky when it fails.
* Fix parsing of git datestamps in release scriptJack Lloyd2017-10-021-4/+4
| | | | [ci skip]
* Date snapshots by the date of last revision in that branchJack Lloyd2017-09-221-66/+78
| | | | [ci skip]
* Sort files in archiveJack Lloyd2017-09-191-1/+1
|
* Improvements to snapshotJack Lloyd2017-09-191-25/+30
|
* Fix snapshot buildsJack Lloyd2017-09-191-2/+3
|
* Improvements to distribution scriptJack Lloyd2017-09-191-89/+135
| | | | | | | | All timestamps are set based on the release date so we create the exact same archive each time regardless of when the script is run. Modulo some timezone issue anyway. This only involved one horrible hack. Partial port to Python3 but still doesn't work there.
* Change http://botan.randombit.net to https URIsJack Lloyd2017-09-011-1/+1
| | | | | | Not a big deal since the site already uses HSTS, but whatever. [ci skip]
* Check that the version in botan_version.py matches the tagged versionJack Lloyd2016-04-281-23/+44
|
* Fix dist.py to handle signed git tagsJack Lloyd2015-10-261-5/+14
| | | | [ci skip]
* Change dist script to pull sources from git instead of monotoneJack Lloyd2015-07-021-91/+41
|
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
| | | | | Update license header line to specify the terms and refer to the file, neither of which it included before.
* Dist script now defaults to tgz onlylloyd2015-01-081-1/+1
|
* Printing too earlylloyd2014-12-221-4/+4
|
* Various small fixes and cleanups, new is_prime utillloyd2014-11-031-1/+0
|
* Fix release scriptlloyd2014-02-221-0/+1
|
* Sort files in the dist archive by name instead of random (inode) orderlloyd2014-02-151-1/+7
|
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-0/+362