diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-07-17 15:12:03 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-07-17 15:12:03 +0200 |
commit | bc52be681e2fa4d9b40bba59f0dad95164509629 (patch) | |
tree | dbd595ca11e13f2b60b7334d569d8b5106ca5475 /job-cfg | |
parent | 6610b45c60bfe958fb1ce2a351bd4d34fc57cad3 (diff) | |
download | jenkins.debian.net-bc52be681e2fa4d9b40bba59f0dad95164509629.tar.xz |
reproducible debian: update pkg sets 4 times per hour instead of every 4 hours…
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 4ea6a0d6..02c7ab32 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -425,7 +425,7 @@ my_timed: '*/10 * * * *' - 'html_pkg_sets': my_description: 'Generate HTML results (package sets with graphs) for reproducible builds.' - my_timed: '0 */4 * * *' + my_timed: '*/15 * * * *' my_shellext: ".py" - 'html_indexes': my_description: 'Generate HTML results (indexes) for reproducible builds.' |