summaryrefslogtreecommitdiffstats
path: root/bin/jenkins_node_wrapper.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-01-20 17:10:08 +0100
committerHolger Levsen <holger@layer-acht.org>2016-01-20 17:10:08 +0100
commit0fcd6396261d9a0ac91d8c15cc77f9c3aa3a217d (patch)
treefe0a513485e0f634f03a38954db2b6130a645b70 /bin/jenkins_node_wrapper.sh
parentd0d81fb4efd8e650581fabd20dbb66ed8ef9555b (diff)
downloadjenkins.debian.net-0fcd6396261d9a0ac91d8c15cc77f9c3aa3a217d.tar.xz
reproducible fdroid: first stab
Diffstat (limited to 'bin/jenkins_node_wrapper.sh')
-rwxr-xr-xbin/jenkins_node_wrapper.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/jenkins_node_wrapper.sh b/bin/jenkins_node_wrapper.sh
index 0aa807fd..cd372e3b 100755
--- a/bin/jenkins_node_wrapper.sh
+++ b/bin/jenkins_node_wrapper.sh
@@ -107,6 +107,8 @@ elif [[ "$*" =~ reproducible_freebsd ]] ; then
exec /srv/jenkins/bin/reproducible_freebsd.sh ; croak "Exec failed";
elif [[ "$*" =~ reproducible_setup_schroot_archlinux ]] ; then
exec /srv/jenkins/bin/reproducible_setup_archlinux_schroot.sh ; croak "Exec failed";
+elif [[ "$*" =~ reproducible_setup_fdroid_build_environment ]] ; then
+ exec /srv/jenkins/bin/reproducible_setup_fdroid_build_environment.sh ; croak "Exec failed";
elif [[ "$*" =~ reproducible_setup_mock_fedora-23_x86_64 ]] ; then
exec /srv/jenkins/bin/reproducible_setup_mock.sh fedora-23 x86_64 ; croak "Exec failed";
elif [ "$1" = "/srv/jenkins/bin/reproducible_build_archlinux_pkg.sh" ] && ( [ "$2" = "1" ] || [ "$2" = "2" ] ) ; then