summaryrefslogtreecommitdiffstats
path: root/job-cfg
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-16 12:46:15 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-16 12:46:15 +0100
commit7f3eac6977760f4bc121b23ead578eca5be265fe (patch)
treef9e38ada37b0eb3ebdf8cd937983a91a5d14cf3b /job-cfg
parentb67d1e38736bb5b097e4fe9cbac2c0e6df6e93f9 (diff)
downloadjenkins.debian.net-7f3eac6977760f4bc121b23ead578eca5be265fe.tar.xz
reproducible: rename repo_stats to repository_comparison
Diffstat (limited to 'job-cfg')
-rw-r--r--job-cfg/reproducible.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml
index 48de02cb..061f7dbf 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -177,7 +177,7 @@
- job-template:
defaults: reproducible
- name: '{name}_html_repo_stats'
+ name: '{name}_html_repository_comparison'
- job-template:
defaults: reproducible
@@ -281,10 +281,10 @@
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':
- my_description: 'Generate HTML results (repo_stats) for reproducible builds.'
+ - '{name}_html_repository_comparison':
+ my_description: 'Generate HTML results (repository_comparison) for reproducible builds.'
my_timed: '0 1 * * *'
- my_shell: '/srv/jenkins/bin/reproducible_html_repo_stats.sh'
+ my_shell: '/srv/jenkins/bin/reproducible_html_repository_comparison.sh'
my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org'
- '{name}_json':
my_description: 'Generate https://reproducible.debian.net/userContent/reproducible.json for consumption by tracker.debian.org.'