summaryrefslogtreecommitdiffstats
path: root/job-cfg/reproducible.yaml
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-02 19:16:15 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-02 19:24:56 +0100
commit5b9bbfbb4056ff7c075aabbef9ac8d566cb0b572 (patch)
treed91ac7125f9474405130dd12847520c20acbf178 /job-cfg/reproducible.yaml
parentad632336cb17eccb5f03cd01ca92c8d8ac88de99 (diff)
downloadjenkins.debian.net-5b9bbfbb4056ff7c075aabbef9ac8d566cb0b572.tar.xz
reproducible: update pbuilder base.tgz's 6 times a day and recreate them other day
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 b0e4cc3e..53e9cac6 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -212,12 +212,12 @@
my_recipients: 'holger@layer-acht.org'
- '{name}_setup_pbuilder_sid':
my_description: 'Setup pbuilder for reproducible builds of packages from sid as described in https://wiki.debian.org/ReproducibleBuilds#Usage_example'
- my_timed: '23 0 * * *'
+ my_timed: '23 0,4,8,12,16,20 * * *'
my_shell: '/srv/jenkins/bin/reproducible_setup_pbuilder.sh sid'
my_recipients: 'jenkins+debian-reproducible holger@layer-acht.org'
- '{name}_setup_pbuilder_experimental':
my_description: 'Setup pbuilder for reproducible builds of packages from experimental as described in https://wiki.debian.org/ReproducibleBuilds#Usage_example'
- my_timed: '23 0 * * *'
+ my_timed: '23 0,4,8,12,16,20 * * *'
my_shell: '/srv/jenkins/bin/reproducible_setup_pbuilder.sh experimental'
my_recipients: 'jenkins+debian-reproducible holger@layer-acht.org'
- '{name}_setup_schroot_sid_debbindiff':