chiark / gitweb /
common: check file existence before opening manifest
[fdroidserver.git] / jenkins-build-makebuildserver
index b30b41c6710ae6d5ce2eef4d61564c46cb53c1fd..5238536f5d79ca0b30fe884c22f68aab234c663d 100755 (executable)
@@ -94,12 +94,10 @@ echo "build_server_always = True" >> config.py
 ../fdroid build --verbose --stop --latest org.fdroid.fdroid
 # Gradle, JNI, preassemble
 ../fdroid build --verbose --stop org.adaway:55
-# Uses verification
-../fdroid build --verbose --stop info.guardianproject.checkey:101
 # 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 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
 test -d repo || mkdir repo