diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-06-15 10:19:38 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-06-15 10:42:26 +0200 |
commit | 5d9180ec0ac9dcee72aea46e40de4e48037770f4 (patch) | |
tree | fe8a39d443c0c7daf6cc73e947b135e3f4351c62 | |
parent | d9e326a8051f5a36fb478d3d3db12260bd0cf491 (diff) | |
download | jenkins.debian.net-5d9180ec0ac9dcee72aea46e40de4e48037770f4.tar.xz |
reproducible: setup_schroot: fix schroot-create.sh call
-rw-r--r-- | job-cfg/reproducible.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 306b39d5..e8da79fc 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -313,17 +313,17 @@ - '{name}_setup_schroot_unstable': my_description: 'Setup unstable schroot for fetching source packages for the builder jobs.' my_timed: '23 1 * * *' - my_shell: '/srv/jenkins/bin/schroot-create.sh reproducible-unstable unstable reproducible botch' + my_shell: '/srv/jenkins/bin/schroot-create.sh reproducible reproducible-unstable unstable botch' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' - '{name}_setup_schroot_testing': my_description: 'Setup testing schroot for fetching source packages for the builder jobs.' my_timed: '23 1 * * *' - my_shell: '/srv/jenkins/bin/schroot-create.sh reproducible-testing testing reproducible' + my_shell: '/srv/jenkins/bin/schroot-create.sh reproducible reproducible-testing testing' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' - '{name}_setup_schroot_experimental': my_description: 'Setup experimental schroot for fetching source packages for the builder jobs.' my_timed: '23 1 * * *' - my_shell: '/srv/jenkins/bin/schroot-create.sh reproducible-experimental experimental reproducible' + my_shell: '/srv/jenkins/bin/schroot-create.sh reproducible reproducible-experimental experimental' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' - '{name}_scheduler': my_description: 'Schedule packages to be tested for reproducibility.' |