mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 15:32:30 +03:00
jenkins-test: tame debug output to keep logs at a reasonable length
This commit is contained in:
parent
9ade09349b
commit
3d3050d04f
1 changed files with 4 additions and 4 deletions
|
@ -40,12 +40,12 @@ echo "gpgkey = 'CE71F7FB'" >> config.py
|
||||||
test -d repo || mkdir repo
|
test -d repo || mkdir repo
|
||||||
test -d archive || mkdir archive
|
test -d archive || mkdir archive
|
||||||
# when everything is copied over to run on SIGN machine
|
# when everything is copied over to run on SIGN machine
|
||||||
../fdroid publish --verbose
|
../fdroid publish
|
||||||
../fdroid gpgsign --verbose
|
../fdroid gpgsign
|
||||||
# when everything is copied over to run on BUILD machine
|
# 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
|
# when everything is copied over to run on SIGN machine
|
||||||
../fdroid signindex --verbose
|
../fdroid signindex --verbose
|
||||||
|
|
||||||
../fdroid rewritemeta --verbose
|
../fdroid rewritemeta --quiet
|
||||||
git --no-pager diff
|
git --no-pager diff
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue