diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-08-04 15:09:43 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-04 15:09:43 +0200 |
commit | 0a05e37c7d649a622de3f30239160a6402b817cd (patch) | |
tree | d41680f058d1179ac99727ffdbd9efb877e8a5b6 /bin | |
parent | 49c0c87616540ba01af6c4c351b060d8902c501e (diff) | |
download | jenkins.debian.net-0a05e37c7d649a622de3f30239160a6402b817cd.tar.xz |
reproducible: add two jobs to be run on cbxi4pro0 (armhf): maintenance and setup_pbuilder_testing
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 6f46333c..fb3435ae 100755 --- a/bin/reproducible_node_wrapper.sh +++ b/bin/reproducible_node_wrapper.sh @@ -61,6 +61,8 @@ 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_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"; fi croak "Command '$*' not found in allowed commands." |