summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 f3cf8dbd..72f774a3 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -222,12 +222,12 @@
my_recipients: 'holger@layer-acht.org'
- '{name}_setup_schroot_sid':
my_description: 'Setup sid schroot for fetching source packages for the builder jobs.'
- my_timed: '23 1 * * *'
+ my_timed: '23 1 * * 0'
my_shell: '/srv/jenkins/bin/schroot-create.sh reproducible-sid sid reproducible'
my_recipients: 'holger@layer-acht.org'
- '{name}_setup_schroot_experimental':
my_description: 'Setup experimental schroot for fetching source packages for the builder jobs.'
- my_timed: '23 1 * * *'
+ my_timed: '23 1 * * 0'
my_shell: '/srv/jenkins/bin/schroot-create.sh reproducible-experimental experimental reproducible'
my_recipients: 'holger@layer-acht.org'
- '{name}_update_schroot_sid':