mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-14 06:52:39 +03:00
jenkins: document build/sign test flow
This commit is contained in:
parent
9a90a5071d
commit
2548d71600
1 changed files with 3 additions and 0 deletions
|
@ -104,9 +104,12 @@ echo "build_server_always = True" >> config.py
|
||||||
# publish process when building and signing are on separate machines
|
# publish process when building and signing are on separate machines
|
||||||
test -d repo || mkdir repo
|
test -d repo || mkdir repo
|
||||||
test -d archive || mkdir archive
|
test -d archive || mkdir archive
|
||||||
|
# copy everything over to run on SIGN machine
|
||||||
../fdroid publish --verbose
|
../fdroid publish --verbose
|
||||||
../fdroid gpgsign --verbose
|
../fdroid gpgsign --verbose
|
||||||
|
# copy everything over to run on BUILD machine
|
||||||
../fdroid update --verbose --nosign
|
../fdroid update --verbose --nosign
|
||||||
|
# copy everything over to run on SIGN machine
|
||||||
../fdroid signindex --verbose
|
../fdroid signindex --verbose
|
||||||
|
|
||||||
../fdroid rewritemeta --verbose
|
../fdroid rewritemeta --verbose
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue