chiark / gitweb /
use stable version of priv ext instead of latest when testing in makebuildserver
authorMichael Pöhn <michael.poehn@fsfe.org>
Mon, 24 Apr 2017 10:19:37 +0000 (12:19 +0200)
committerHans-Christoph Steiner <hans@eds.org>
Mon, 22 May 2017 14:04:30 +0000 (16:04 +0200)
jenkins-build-makebuildserver

index b3877f5903ede53528c1664eb82c6c0600b5e9aa..ae3391a09c90a9c75f6b74e01386f57f794fbe5f 100755 (executable)
@@ -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