[Qa-jenkins-scm] [jenkins.debian.net] 02/03: reproducible: setup_schroot: fix schroot-create.sh call

Holger Levsen holger at moszumanska.debian.org
Mon Jun 15 08:43:22 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 5d9180ec0ac9dcee72aea46e40de4e48037770f4
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Mon Jun 15 10:19:38 2015 +0200

    reproducible: setup_schroot: fix schroot-create.sh call
---
 job-cfg/reproducible.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml
index 306b39d..e8da79f 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 at 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 at 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 at lists.alioth.debian.org'
         - '{name}_scheduler':
             my_description: 'Schedule packages to be tested for reproducibility.'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list