jenkins-test: tame debug output to keep logs at a reasonable length

This commit is contained in:
Hans-Christoph Steiner 2017-11-08 13:50:08 +01:00
parent 9ade09349b
commit 3d3050d04f
1 changed files with 4 additions and 4 deletions

View File

@ -40,12 +40,12 @@ echo "gpgkey = 'CE71F7FB'" >> config.py
test -d repo || mkdir repo
test -d archive || mkdir archive
# when everything is copied over to run on SIGN machine
../fdroid publish --verbose
../fdroid gpgsign --verbose
../fdroid publish
../fdroid gpgsign
# when everything is copied over to run on BUILD machine
../fdroid update --verbose --nosign
../fdroid update --nosign
# when everything is copied over to run on SIGN machine
../fdroid signindex --verbose
../fdroid rewritemeta --verbose
../fdroid rewritemeta --quiet
git --no-pager diff