1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-05 18:50:09 +02:00

use stable version of priv ext instead of latest when testing in makebuildserver

This commit is contained in:
Michael Pöhn 2017-04-24 12:19:37 +02:00 committed by Hans-Christoph Steiner
parent 84dc415837
commit 592a292847

View File

@ -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