[Qa-jenkins-scm] [jenkins.debian.net] 02/02: reproducible: rename breakages to html_breakages for consistancy
Holger Levsen
holger at moszumanska.debian.org
Wed Sep 9 13:39:16 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 099864692060c59be057c6352c0408b325c511fe
Author: Holger Levsen <holger at layer-acht.org>
Date: Wed Sep 9 15:38:34 2015 +0200
reproducible: rename breakages to html_breakages for consistancy
---
...e_breakages.py => reproducible_html_breakages.py} | 0
job-cfg/reproducible.yaml | 20 ++++++++++----------
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/bin/reproducible_breakages.py b/bin/reproducible_html_breakages.py
similarity index 100%
rename from bin/reproducible_breakages.py
rename to bin/reproducible_html_breakages.py
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml
index d241415..d42cf77 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -346,19 +346,19 @@
- job-template:
defaults: reproducible
- name: '{name}_create_meta_pkg_sets'
+ name: '{name}_html_breakages'
- job-template:
defaults: reproducible
- name: '{name}_nodes_info'
+ name: '{name}_create_meta_pkg_sets'
- job-template:
defaults: reproducible
- name: '{name}_json'
+ name: '{name}_nodes_info'
- job-template:
defaults: reproducible
- name: '{name}_breakages'
+ name: '{name}_json'
- job-template:
defaults: reproducible_builder
@@ -732,6 +732,12 @@
my_shell: '/srv/jenkins/bin/reproducible_html_repository_comparison.sh'
my_recipients: 'qa-jenkins-scm at lists.alioth.debian.org'
my_node: ''
+ - '{name}_html_breakages':
+ my_description: 'Generate an HTML page with CI issues (packages with incoherent status or files that should or should not be there).'
+ my_timed: '30 0 * * *'
+ my_shell: '/srv/jenkins/bin/reproducible_html_breakages.py'
+ my_recipients: 'qa-jenkins-scm at lists.alioth.debian.org'
+ my_node: ''
- '{name}_json':
my_description: 'Generate https://reproducible.debian.net/userContent/reproducible.json for consumption by tracker.debian.org.'
my_timed: '1 * * * *'
@@ -750,12 +756,6 @@
my_shell: '/srv/jenkins/bin/reproducible_nodes_info.sh'
my_recipients: 'qa-jenkins-scm at lists.alioth.debian.org'
my_node: ''
- - '{name}_breakages':
- my_description: 'Generate an HTML page with CI issues (packages with incoherent status or files that should or should not be there).'
- my_timed: '30 0 * * *'
- my_shell: '/srv/jenkins/bin/reproducible_breakages.py'
- my_recipients: 'qa-jenkins-scm at lists.alioth.debian.org'
- my_node: ''
- '{name}_builder_alpha':
my_description: 'Try to reproducibly build a scheduled package. This is one of several builder jobs.'
my_timed: 'H/2 * * * *'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list