diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-08-04 15:41:59 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-04 15:41:59 +0200 |
commit | f31bf5d1b11456f15f7e682dfc0f55d4a3e59f1a (patch) | |
tree | 8948c984fffc50de6879d31428d60092faf80e89 /bin | |
parent | c7a1e1bc6db82aa6fafda0b6a84986b2ebee5285 (diff) | |
download | jenkins.debian.net-f31bf5d1b11456f15f7e682dfc0f55d4a3e59f1a.tar.xz |
reproducible armhf: also run setup_schroot_testing_debbindiff jobs on bpi0 and cbxi4pro0
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_node_wrapper.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/reproducible_node_wrapper.sh b/bin/reproducible_node_wrapper.sh index fb3435ae..195e50eb 100755 --- a/bin/reproducible_node_wrapper.sh +++ b/bin/reproducible_node_wrapper.sh @@ -61,8 +61,10 @@ allowed_cmds=() if [ "$*" = "reproducible_setup_pbuilder_testing_armhf_bpi0" ]; then exec /srv/jenkins/bin/reproducible_setup_pbuilder.sh testing ; croak "Exec failed"; elif [ "$*" = "reproducible_maintenance_armhf_bpi0" ]; then exec /srv/jenkins/bin/reproducible_maintenance.sh ; croak "Exec failed"; +elif [ "$*" = "reproducible_setup_schroot_testing_debbindiff_armhf_bpi0" ]; then exec /srv/jenkins/bin/schroot-create.sh reproducible reproducible-testing-debbindiff testing debbindiff locales-all ; croak "Exec failed"; elif [ "$*" = "reproducible_setup_pbuilder_testing_armhf_cbxi4pro0" ]; then exec /srv/jenkins/bin/reproducible_setup_pbuilder.sh testing ; croak "Exec failed"; elif [ "$*" = "reproducible_maintenance_armhf_cbxi4pro0" ]; then exec /srv/jenkins/bin/reproducible_maintenance.sh ; croak "Exec failed"; +elif [ "$*" = "reproducible_setup_schroot_testing_debbindiff_armhf_cbxi4pro0" ]; then exec /srv/jenkins/bin/schroot-create.sh reproducible reproducible-testing-debbindiff testing debbindiff locales-all ; croak "Exec failed"; fi croak "Command '$*' not found in allowed commands." |