summaryrefslogtreecommitdiffstats
path: root/job-cfg/reproducible.yaml
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-31 13:18:29 +0200
committerHolger Levsen <holger@layer-acht.org>2015-04-03 11:53:35 +0200
commitbcc697c4ebb0f7ae0098607bd0b38773ee7bdf59 (patch)
tree0a64e66f217fd7cc53313761350835a598d72eea /job-cfg/reproducible.yaml
parent3527298314353c0b35ad0216b828f7f2ab0454ad (diff)
downloadjenkins.debian.net-bcc697c4ebb0f7ae0098607bd0b38773ee7bdf59.tar.xz
fix language: s#maintainance#maintenance#g
Diffstat (limited to 'job-cfg/reproducible.yaml')
-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 9035b123..6fd2d40a 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -122,7 +122,7 @@
- job-template:
defaults: reproducible
- name: '{name}_maintainance'
+ name: '{name}_maintenance'
- job-template:
defaults: reproducible
@@ -224,10 +224,10 @@
- project:
name: reproducible
jobs:
- - '{name}_maintainance':
- my_description: 'Do some maintainance: check for old directories laying around, do backups, etc.'
+ - '{name}_maintenance':
+ my_description: 'Do some maintenance: check for old directories laying around, do backups, etc.'
my_timed: '5 0,4,8,12,16,20 * * *'
- my_shell: '/srv/jenkins/bin/reproducible_maintainance.sh'
+ my_shell: '/srv/jenkins/bin/reproducible_maintenance.sh'
my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org'
- '{name}_setup_pbuilder_testing':
my_description: 'Setup and update pbuilder for reproducible builds of packages from testing as described in https://wiki.debian.org/ReproducibleBuilds#Usage_example'