summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-01-03 15:16:30 +0100
committerHolger Levsen <holger@layer-acht.org>2015-01-03 15:16:30 +0100
commitcade411caf0d7fe2b81abf45abc7065c829f3f71 (patch)
tree50e1e3d574064d8798b62b78a32e26dc22d86593
parentb56ec8959be505c73bf78be90a7d1ca7ec9696a3 (diff)
downloadjenkins.debian.net-cade411caf0d7fe2b81abf45abc7065c829f3f71.tar.xz
reproducible: improve grammar in job descriptions
-rw-r--r--job-cfg/reproducible.yaml16
1 files changed, 8 insertions, 8 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml
index 125177b9..57c40972 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -182,7 +182,7 @@
name: reproducible
jobs:
- '{name}_maintainance':
- my_description: 'Do some maintainance, check no old directories are laying around, do backups, etc.'
+ my_description: 'Do some maintainance: check for old directories laying around, do backups, etc.'
my_timed: '0 12 * * *'
my_shell: '/srv/jenkins/bin/reproducible_maintainance.sh'
my_recipients: 'holger@layer-acht.org'
@@ -197,38 +197,38 @@
my_shell: '/srv/jenkins/bin/reproducible_setup_schroot.sh reproducible-sid sid debbindiff'
my_recipients: 'holger@layer-acht.org'
- '{name}_scheduler':
- my_description: 'Schedule packages to be tested on reproducible building.'
+ my_description: 'Schedule packages to be tested for reproducibility.'
my_timed: '42 * * * *'
my_shell: '/srv/jenkins/bin/reproducible_scheduler.sh'
my_recipients: 'holger@layer-acht.org'
- '{name}_html_graphs':
- my_description: 'Generates HTML results (stats with graphs) for reproducible builds.'
+ my_description: 'Generate HTML results (stats with graphs) for reproducible builds.'
my_timed: '0 * * * *'
my_shell: '/srv/jenkins/bin/reproducible_html_graphs.sh'
my_recipients: 'holger@layer-acht.org'
- '{name}_html_indexes':
- my_description: 'Generates HTML results (indexes) for reproducible builds.'
+ my_description: 'Generate HTML results (indexes) for reproducible builds.'
my_timed: '59 */2 * * *'
my_shell: '/srv/jenkins/bin/reproducible_html_indexes.sh'
my_recipients: 'holger@layer-acht.org'
- '{name}_html_dd_list':
- my_description: 'Generates HTML results (dd-list) for reproducible builds.'
+ my_description: 'Generate HTML results (dd-list) for reproducible builds.'
my_timed: '55 23 * * *'
my_shell: '/srv/jenkins/bin/reproducible_html_dd_list.sh'
my_recipients: 'holger@layer-acht.org'
- '{name}_html_notes':
- my_description: 'Generates HTML results (notes) for reproducible builds, triggered by changes to the notes.git repository.'
+ my_description: 'Generate HTML results (notes) for reproducible builds, triggered by changes to the notes.git repository.'
my_timed: '57 0 * * *'
my_gitrepo: 'git://git.debian.org/git/reproducible/notes.git'
my_shell: '/srv/jenkins/bin/reproducible_html_notes.sh'
my_recipients: 'jenkins+debian-reproducible holger@layer-acht.org'
- '{name}_html_all_packages':
- my_description: 'Generates HTML results (for all packages) for reproducible builds. This job is normally not needed and only run once a year.'
+ 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_shell: '/srv/jenkins/bin/reproducible_html_all_packages.sh'
my_recipients: 'holger@layer-acht.org'
- '{name}_json':
- my_description: 'Generates https://reproducible.debian.net/userContent/reproducible.json for consumption by tracker.debian.org.'
+ my_description: 'Generate https://reproducible.debian.net/userContent/reproducible.json for consumption by tracker.debian.org.'
my_timed: '1 0 * * *'
my_shell: '/srv/jenkins/bin/reproducible_json.sh'
my_recipients: 'holger@layer-acht.org'