jenkins-build-makebuildserver: use current version for test build

This commit is contained in:
Hans-Christoph Steiner 2017-10-17 15:53:01 +02:00
parent 7832c0ef38
commit 7c568cf16a

View file

@ -97,7 +97,7 @@ echo "build_server_always = True" >> config.py
# building old versions should still work # building old versions should still work
../fdroid build --verbose --stop org.fdroid.fdroid:96150 ../fdroid build --verbose --stop org.fdroid.fdroid:96150
# test OTA update ZIP build and publish # test OTA update ZIP build and publish
../fdroid build --verbose --stop org.fdroid.fdroid.privileged.ota:2030 ../fdroid build --verbose --stop org.fdroid.fdroid.privileged.ota:2070
# 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