summaryrefslogtreecommitdiffstats
path: root/job-cfg/dpkg.yaml
diff options
context:
space:
mode:
authorjosch <j.schauer@email.de>2015-05-15 18:48:41 +0200
committerHolger Levsen <holger@layer-acht.org>2015-05-16 11:14:31 +0200
commitc938733e3659e69f0bcf19256cd8c6996c3fb132 (patch)
tree3c96fae64d53644def17c953994b79234b8d967c /job-cfg/dpkg.yaml
parent91e9c2eef4fd09700c42d3242e137fcf1d49b225 (diff)
downloadjenkins.debian.net-c938733e3659e69f0bcf19256cd8c6996c3fb132.tar.xz
job-cfg/dpkg.yaml: change unstable->sid in call to find_dpkg_trigger_cycles.sh to only use suite codenames
Diffstat (limited to 'job-cfg/dpkg.yaml')
-rw-r--r--job-cfg/dpkg.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/dpkg.yaml b/job-cfg/dpkg.yaml
index 34aaecff..38a272ef 100644
--- a/job-cfg/dpkg.yaml
+++ b/job-cfg/dpkg.yaml
@@ -62,7 +62,7 @@
- '{name}_sid_find_trigger_cycles':
my_description: 'Find dpkg trigger cycles in Debian sid.'
my_time: '0 12 * * *'
- my_shell: 'schroot --directory /tmp -c source:jenkins-dpkg-jessie /srv/jenkins/bin/find_dpkg_trigger_cycles.sh unstable'
+ my_shell: 'schroot --directory /tmp -c source:jenkins-dpkg-jessie /srv/jenkins/bin/find_dpkg_trigger_cycles.sh sid'
- '{name}_setup_schroot_jessie':
my_description: 'Setup schroot for running the dpkg_(jessie|stretch|sid)_find_trigger_cycles and reproducible_create_meta_pkg_sets jobs in a jessie environment.'
my_time: '23 8 * * 1'