Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pylint fixes | Jack Lloyd | 2018-12-03 | 1 | -1/+1 |
| | |||||
* | Fix complaints from latest pylint | Jack Lloyd | 2018-08-02 | 1 | -7/+7 |
| | |||||
* | Small cleanup in dist script | Jack Lloyd | 2018-05-24 | 1 | -8/+12 |
| | |||||
* | Move version.txt to src/build-data | Jack Lloyd | 2018-04-04 | 1 | -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 timestamp | Jack Lloyd | 2017-12-27 | 1 | -18/+19 |
| | | | | Also use the tag time for the tar timestamps instead of arbitrary 6am | ||||
* | Fix error reporting in dist script under Python3 | Jack Lloyd | 2017-12-22 | 1 | -5/+10 |
| | | | | bin vs str strikes again | ||||
* | Fix pylint error | Jack Lloyd | 2017-12-21 | 1 | -0/+2 |
| | |||||
* | Now dist script can run under python2 or python3 | Jack Lloyd | 2017-12-21 | 1 | -1/+1 |
| | |||||
* | Run dist.py script through pylint | Jack Lloyd | 2017-12-21 | 1 | -35/+31 |
| | | | | Python 2.7 has the io module so no need for StringIO | ||||
* | Binary file IO for the UTF-8 gods | Jack Lloyd | 2017-12-21 | 1 | -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 script | Jack Lloyd | 2017-10-02 | 1 | -4/+4 |
| | | | | [ci skip] | ||||
* | Date snapshots by the date of last revision in that branch | Jack Lloyd | 2017-09-22 | 1 | -66/+78 |
| | | | | [ci skip] | ||||
* | Sort files in archive | Jack Lloyd | 2017-09-19 | 1 | -1/+1 |
| | |||||
* | Improvements to snapshot | Jack Lloyd | 2017-09-19 | 1 | -25/+30 |
| | |||||
* | Fix snapshot builds | Jack Lloyd | 2017-09-19 | 1 | -2/+3 |
| | |||||
* | Improvements to distribution script | Jack Lloyd | 2017-09-19 | 1 | -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 URIs | Jack Lloyd | 2017-09-01 | 1 | -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 version | Jack Lloyd | 2016-04-28 | 1 | -23/+44 |
| | |||||
* | Fix dist.py to handle signed git tags | Jack Lloyd | 2015-10-26 | 1 | -5/+14 |
| | | | | [ci skip] | ||||
* | Change dist script to pull sources from git instead of monotone | Jack Lloyd | 2015-07-02 | 1 | -91/+41 |
| | |||||
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 1 | -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 only | lloyd | 2015-01-08 | 1 | -1/+1 |
| | |||||
* | Printing too early | lloyd | 2014-12-22 | 1 | -4/+4 |
| | |||||
* | Various small fixes and cleanups, new is_prime util | lloyd | 2014-11-03 | 1 | -1/+0 |
| | |||||
* | Fix release script | lloyd | 2014-02-22 | 1 | -0/+1 |
| | |||||
* | Sort files in the dist archive by name instead of random (inode) order | lloyd | 2014-02-15 | 1 | -1/+7 |
| | |||||
* | Shuffle things around. Add NIST X.509 test to build. | lloyd | 2014-01-01 | 1 | -0/+362 |