nightly: new command to setup nightly builds in CI systems

This lets people using CI systems easily setup a nightly build repo hosted
for free in github or gitlab.

https://github.com/zom/Zom-Android/pull/355
https://gitlab.com/fdroid/fdroidclient/merge_requests/594

environment variables:
* https://docs.gitlab.com/ce/ci/variables/README.html
* https://docs.travis-ci.com/user/environment-variables
* https://circleci.com/docs/1.0/environment-variables
This commit is contained in:
Hans-Christoph Steiner 2017-11-22 23:27:07 +01:00
parent 8bf70338e4
commit f670634450
19 changed files with 3846 additions and 33 deletions

View file

@ -264,6 +264,12 @@ __complete_btlog() {
__complete_options
}
__complete_nightly() {
opts="-v -q"
lopts="--show-secret-var"
__complete_options
}
__complete_stats() {
opts="-v -q -d"
lopts="--verbose --quiet --download"
@ -310,6 +316,7 @@ import \
init \
install \
lint \
nightly \
publish \
readmeta \
rewritemeta \