summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/reproducible_fdroid_build_apps.sh2
-rwxr-xr-xbin/reproducible_setup_fdroid_build_environment.sh5
2 files changed, 3 insertions, 4 deletions
diff --git a/bin/reproducible_fdroid_build_apps.sh b/bin/reproducible_fdroid_build_apps.sh
index 815bfb50..1d333662 100755
--- a/bin/reproducible_fdroid_build_apps.sh
+++ b/bin/reproducible_fdroid_build_apps.sh
@@ -46,7 +46,7 @@ cleanup_all() {
}
trap cleanup_all INT TERM EXIT
-./jenkins-build
+./jenkins-build-all
# remove trap
trap - INT TERM EXIT
diff --git a/bin/reproducible_setup_fdroid_build_environment.sh b/bin/reproducible_setup_fdroid_build_environment.sh
index 1150720c..e9b5f83e 100755
--- a/bin/reproducible_setup_fdroid_build_environment.sh
+++ b/bin/reproducible_setup_fdroid_build_environment.sh
@@ -69,9 +69,8 @@ virsh --connect qemu:///system vol-delete --pool default /var/lib/libvirt/images
# set up Android SDK to use the Debian packages in stretch
export ANDROID_HOME=/usr/lib/android-sdk
-# this script is maintained upstream and is also run on Guardian
-# Project's jenkins box
-./jenkins-build-makebuildserver
+# this script is maintained upstream
+./jenkins-setup-build-environment
# remove trap
trap - INT TERM EXIT