diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-03-13 13:42:30 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-03-13 13:42:30 +0100 |
commit | de741705e69967ffdad078d06c8afd15e23c041c (patch) | |
tree | 40cc86e3eb1f2a0d3a1cd169151fb5beac9a6d0c | |
parent | 28bf82f05f1c04147102ea56635b1f0af5c39270 (diff) | |
download | jenkins.debian.net-de741705e69967ffdad078d06c8afd15e23c041c.tar.xz |
reproducible: generate all pkg pages once a week
-rw-r--r-- | job-cfg/reproducible.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index c3d29735..fdcb5813 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -276,8 +276,8 @@ my_shell: '/srv/jenkins/bin/reproducible_html_notes.py' my_recipients: 'jenkins+debian-reproducible qa-jenkins-scm@lists.alioth.debian.org' - '{name}_html_all_packages': - my_description: 'Generate HTML results (for all packages) for reproducible builds. This job is normally not needed and only run once a year.' - my_timed: '12 12 30 12 *' + my_description: 'Generate HTML results (for all packages) for reproducible builds. This job is rather redudant and just run to give a fuzzy warm feeling all pages are good.' + my_timed: '37 13 * * 1' my_shell: '/srv/jenkins/bin/reproducible_html_all_packages.py' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' - '{name}_html_repo_stats': |