[Qa-jenkins-scm] [jenkins.debian.net] 02/02: reproducible fdroid: sync upstream script names with jenkins.debian.net

Mattia Rizzolo mattia at debian.org
Wed Nov 8 11:03:05 UTC 2017


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to branch master
in repository jenkins.debian.net.

commit 3cd9c77a5f84339fada8cab4faecd53682fe7940
Author: Hans-Christoph Steiner <hans at eds.org>
Date:   Wed Nov 8 09:42:08 2017 +0100

    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 at debian.org>
---
 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 815bfb5..1d33366 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 1150720..e9b5f83 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list