Commit ebfd7577 authored by Holger Levsen's avatar Holger Levsen
Browse files

fixup 7292b0cf: reproducible Debian: also allow remote buster schroot creation jobs

parent 7292b0cf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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