Loading bin/jenkins_node_wrapper.sh +1 −1 Original line number Diff line number Diff line Loading @@ -122,7 +122,7 @@ elif [[ "$*" =~ ^reproducible_maintenance_.*_.* ]] ; then elif [[ "$*" =~ ^reproducible_node_health_check_.*_.* ]] ; then exec /srv/jenkins/bin/reproducible_node_health_check.sh ; croak "Exec failed"; elif [[ "$*" =~ ^reproducible_setup_schroot_buster_diffoscope_.*_.* ]] ; then exec /srv/jenkins/bin/schroot-create.sh reproducible reproducible-unstable-diffoscope buster diffoscope locales-all ; croak "Exec failed"; exec /srv/jenkins/bin/schroot-create.sh reproducible reproducible-buster-diffoscope buster diffoscope locales-all ; croak "Exec failed"; elif [[ "$*" =~ ^reproducible_setup_schroot_unstable_diffoscope_.*_.* ]] ; then exec /srv/jenkins/bin/schroot-create.sh reproducible reproducible-unstable-diffoscope unstable diffoscope locales-all ; croak "Exec failed"; elif [[ "$*" =~ ^reproducible_coreboot ]] ; then Loading Loading
bin/jenkins_node_wrapper.sh +1 −1 Original line number Diff line number Diff line Loading @@ -122,7 +122,7 @@ elif [[ "$*" =~ ^reproducible_maintenance_.*_.* ]] ; then elif [[ "$*" =~ ^reproducible_node_health_check_.*_.* ]] ; then exec /srv/jenkins/bin/reproducible_node_health_check.sh ; croak "Exec failed"; elif [[ "$*" =~ ^reproducible_setup_schroot_buster_diffoscope_.*_.* ]] ; then exec /srv/jenkins/bin/schroot-create.sh reproducible reproducible-unstable-diffoscope buster diffoscope locales-all ; croak "Exec failed"; exec /srv/jenkins/bin/schroot-create.sh reproducible reproducible-buster-diffoscope buster diffoscope locales-all ; croak "Exec failed"; elif [[ "$*" =~ ^reproducible_setup_schroot_unstable_diffoscope_.*_.* ]] ; then exec /srv/jenkins/bin/schroot-create.sh reproducible reproducible-unstable-diffoscope unstable diffoscope locales-all ; croak "Exec failed"; elif [[ "$*" =~ ^reproducible_coreboot ]] ; then Loading