summaryrefslogtreecommitdiffstats
path: root/job-cfg/reproducible.yaml
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-19 00:27:04 +0200
committerHolger Levsen <holger@layer-acht.org>2014-10-19 00:27:04 +0200
commit4b9ca5a62ef1e5ecc7d0cd74ac56311ec73a0f5c (patch)
treecf54579b5623e671d90d64004c4c7f2225f1f876 /job-cfg/reproducible.yaml
parentb7217b2fee47252c8ee083864ade33c339b5b6f3 (diff)
downloadjenkins.debian.net-4b9ca5a62ef1e5ecc7d0cd74ac56311ec73a0f5c.tar.xz
reproducible: add locking for reproducible schroot creation (which happens daily)
Diffstat (limited to 'job-cfg/reproducible.yaml')
-rw-r--r--job-cfg/reproducible.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml
index 12f51ac4..b43a918f 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -183,12 +183,12 @@
- '{name}_setup_pbuilder':
my_description: 'Setup pbuilder for reproducible builds as described in https://wiki.debian.org/ReproducibleBuilds#Usage_example'
my_timed: '23 0 * * *'
- my_shell: '/srv/jenkins/bin/reproducible_setup.sh'
+ my_shell: '/srv/jenkins/bin/reproducible_setup_pbuilder.sh'
my_recipients: 'jenkins+debian-reproducible holger@layer-acht.org'
- '{name}_setup_schroot':
my_description: 'Setup schroot for running debbindiff in a sid environment, this is needed eg to be able to correctly investigate haskell binaries....'
my_timed: '23 0 * * *'
- my_shell: '/srv/jenkins/bin/schroot-create.sh reproducible-sid sid debbindiff'
+ my_shell: '/srv/jenkins/bin/reproducible_setup_schroot.sh reproducible-sid sid debbindiff'
my_recipients: 'holger@layer-acht.org'
- '{name}_scheduler':
my_description: 'Schedule packages to be tested on reproducible building.'