summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_fdroid_build_apps.sh
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 /bin/reproducible_fdroid_build_apps.sh
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>
Diffstat (limited to 'bin/reproducible_fdroid_build_apps.sh')
-rwxr-xr-xbin/reproducible_fdroid_build_apps.sh2
1 files changed, 1 insertions, 1 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