From 22b48c202a1c71b190b40a55ca8edeebb63fefa7 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Fri, 16 Jun 2017 14:48:35 +0200 Subject: reproducible debian: introduce buster Signed-off-by: Mattia Rizzolo Signed-off-by: Holger Levsen --- bin/jenkins_node_wrapper.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bin/jenkins_node_wrapper.sh') diff --git a/bin/jenkins_node_wrapper.sh b/bin/jenkins_node_wrapper.sh index eab69738..61674505 100755 --- a/bin/jenkins_node_wrapper.sh +++ b/bin/jenkins_node_wrapper.sh @@ -2,6 +2,7 @@ # Copyright (c) 2009, 2010, 2012, 2015 Peter Palfrader # 2015-2017 Holger Levsen +# 2017 Mattia Rizzolo # # Permission is hereby granted, free of charge, to any person obtaining # a copy of this software and associated documentation files (the @@ -101,6 +102,8 @@ elif [[ "$*" =~ ^rm\ -r\ /srv/reproducible-results/rbuild.* ]] ; then exec rm -r "$3" ; croak "Exec failed"; elif [[ "$*" =~ ^rm\ -r\ /var/lib/jenkins/jobs/.*/workspace/results ]] ; then exec rm -r "$3" ; croak "Exec failed"; +elif [[ "$*" =~ ^reproducible_setup_pbuilder_buster_.*_.* ]] ; then + exec /srv/jenkins/bin/reproducible_setup_pbuilder.sh buster ; croak "Exec failed"; elif [[ "$*" =~ ^reproducible_setup_pbuilder_unstable_.*_.* ]] ; then exec /srv/jenkins/bin/reproducible_setup_pbuilder.sh unstable ; croak "Exec failed"; elif [[ "$*" =~ ^reproducible_setup_pbuilder_stretch_.*_.* ]] ; then @@ -113,6 +116,8 @@ elif [[ "$*" =~ ^reproducible_node_health_check_.*_.* ]] ; then exec /srv/jenkins/bin/reproducible_node_health_check.sh ; 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_setup_schroot_buster_.*_.* ]] ; then + exec /srv/jenkins/bin/schroot-create.sh reproducible reproducible-buster buster ; croak "Exec failed"; elif [[ "$*" =~ ^reproducible_setup_schroot_unstable_.*_.* ]] ; then exec /srv/jenkins/bin/schroot-create.sh reproducible reproducible-unstable unstable botch ; croak "Exec failed"; elif [[ "$*" =~ ^reproducible_setup_schroot_stretch_.*_.* ]] ; then -- cgit v1.2.3-54-g00ecf