summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans-Christoph Steiner <hans@eds.org>2017-11-08 09:42:08 +0100
committerMattia Rizzolo <mattia@debian.org>2017-11-08 12:02:55 +0100
commit3cd9c77a5f84339fada8cab4faecd53682fe7940 (patch)
treec3da6dc98e78c02dd6c343e5f729b9de0607b5d2
parentcfaf042ae484268bc3cf1524df0a84720cd95e37 (diff)
downloadjenkins.debian.net-3cd9c77a5f84339fada8cab4faecd53682fe7940.tar.xz
reproducible fdroid: sync upstream script names with jenkins.debian.net
Make things self-documenting by reusing the same names everywhere. Signed-off-by: Mattia Rizzolo <mattia@debian.org>
-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