diff options
author | Hans-Christoph Steiner <hans@eds.org> | 2017-04-20 16:40:12 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-04-20 17:07:56 +0200 |
commit | 2e622b334e09d74f7381fc19c8ef6e3c505ecb57 (patch) | |
tree | 8bfb9380bb4630a1f9e9361bee5b86137be9ecc2 /bin/jenkins_node_wrapper.sh | |
parent | 282a0a2accdcaea8df928ba1b9269f028564803e (diff) | |
download | jenkins.debian.net-2e622b334e09d74f7381fc19c8ef6e3c505ecb57.tar.xz |
reproducible fdroid: fix "not found in allowed commands"
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/jenkins_node_wrapper.sh')
-rwxr-xr-x | bin/jenkins_node_wrapper.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/jenkins_node_wrapper.sh b/bin/jenkins_node_wrapper.sh index cbcfb2aa..72d2d586 100755 --- a/bin/jenkins_node_wrapper.sh +++ b/bin/jenkins_node_wrapper.sh @@ -129,6 +129,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_fdroid_build_all ]] ; then + exec /srv/jenkins/bin/reproducible_fdroid_build_all.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 |