From 3cd9c77a5f84339fada8cab4faecd53682fe7940 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 8 Nov 2017 09:42:08 +0100 Subject: 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 --- bin/reproducible_fdroid_build_apps.sh | 2 +- bin/reproducible_setup_fdroid_build_environment.sh | 5 ++--- 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 -- cgit v1.2.3-54-g00ecf