diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-10-19 08:41:21 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-10-19 08:41:21 +0200 |
commit | 3bfe6d5f28e8edff763682659567cabc21382ff3 (patch) | |
tree | 44e392c2d710c195f83da99403ef898dbb4ce74a /job-cfg | |
parent | b1eec7f143e1cc99fc4fbd9dd73f60dcc3a19116 (diff) | |
download | jenkins.debian.net-3bfe6d5f28e8edff763682659567cabc21382ff3.tar.xz |
reproducible Arch Linux: correctly spell project name
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index ad464278..3ac24f90 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -1315,27 +1315,27 @@ my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' my_node: '' - '{name}_setup_schroot_arch': - my_description: 'Setup an Archlinux schroot to test Archlinux packages for reproducibility.' # FIXME: this aint idempotent, so it's only run once a year for now + my_description: 'Setup an Arch Linux schroot to test Arch Linux packages for reproducibility.' # FIXME: this aint idempotent, so it's only run once a year for now my_timed: '42 23 1 1 *' my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' my_node: 'profitbricks3' - '{name}_builder_arch_1': - my_description: 'Try to reproducibly build an Archlinux package.' + my_description: 'Try to reproducibly build an Arch Linux package.' my_timed: '* * * * *' my_trigger: 'reproducible_html_archlinux' my_shell: '/srv/jenkins/bin/reproducible_build_arch_pkg.sh' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' my_node: '' - '{name}_builder_arch_2': - my_description: 'Try to reproducibly build an Archlinux package.' + my_description: 'Try to reproducibly build an Arch Linux package.' my_timed: '* * * * *' my_trigger: 'reproducible_html_archlinux' my_shell: '/srv/jenkins/bin/reproducible_build_arch_pkg.sh' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' my_node: '' - '{name}_html_archlinux': - my_description: 'Build a simple webpage for Archlinux reproducibility tests' + my_description: 'Build a simple webpage for Arch Linux reproducibility tests' my_timed: '' my_shell: '/srv/jenkins/bin/reproducible_html_archlinux.sh' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' |