mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
use stable version of priv ext instead of latest when testing in makebuildserver
This commit is contained in:
parent
84dc415837
commit
592a292847
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ echo "build_server_always = True" >> config.py
|
|||
# building old versions should still work
|
||||
../fdroid build --verbose --stop org.fdroid.fdroid:96150
|
||||
# test OTA update ZIP build and publish
|
||||
../fdroid build --verbose --stop --latest org.fdroid.fdroid.privileged.ota
|
||||
../fdroid build --verbose --stop org.fdroid.fdroid.privileged.ota:2030
|
||||
|
||||
# publish process when building and signing are on separate machines
|
||||
test -d repo || mkdir repo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue