Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-14 | [pkg] make debian package report the correct version | drebs | |
The Soledad python source currently makes use of versioneer to calculate versions dynamically and hardcode versions upon creation of the python package. Unfortunatlly, this procedure does not behave well with debian packaging, and we need to manually generate/replace the _version.py file so the code that ends up in the debian package reports the correct version of the software. This commit adds a script to replace the _version.py file with a static one and rules during packaging to run that script during preparation stage of debian helper. | |||
2017-10-11 | [ci] avoid leaking secrets | drebs | |
With the set -o xtrace option all the variables are printed to stdout, thus leaking all secrets in the CI output. This commit removes that option from relevant scripts. | |||
2017-10-09 | [ci] spit commands to stdout on ci shell scripts | drebs | |
2017-10-09 | [pkg] add timestamps to packaging jobs | drebs | |
2017-02-13 | [pkg] add build-deb.sh script | drebs | |
2016-08-01 | [refactor] remove unused design docs compilation code | drebs | |
2016-06-22 | [style] pep8 fix | drebs | |
2016-06-08 | [refactor] reorganize scripts dir | drebs | |