summaryrefslogtreecommitdiffstats
path: root/job-cfg/reproducible.yaml
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-11-01 15:22:53 +0100
committerHolger Levsen <holger@layer-acht.org>2014-11-01 15:23:05 +0100
commitfea045bc29917a1d0011544037ca430ef6040c28 (patch)
tree7689c9a72446d48cb7cadc159b6d769b6a59c28e /job-cfg/reproducible.yaml
parent7b0a58077f485c9169ba73590f05768b0e23744a (diff)
downloadjenkins.debian.net-fea045bc29917a1d0011544037ca430ef6040c28.tar.xz
s#housekeeping#maintainance#g everyhwere
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 7b4dbfc0..23144ff6 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -118,7 +118,7 @@
- job-template:
defaults: reproducible
- name: '{name}_housekeeping'
+ name: '{name}_maintainance'
- job-template:
defaults: reproducible
@@ -174,10 +174,10 @@
- project:
name: reproducible
jobs:
- - '{name}_housekeeping':
- my_description: 'Do some housekeeping, check no old directories are laying around, do backups, etc.'
+ - '{name}_maintainance':
+ my_description: 'Do some maintainance, check no old directories are laying around, do backups, etc.'
my_timed: '0 12 * * *'
- my_shell: '/srv/jenkins/bin/reproducible_housekeeping.sh'
+ my_shell: '/srv/jenkins/bin/reproducible_maintainance.sh'
my_recipients: 'holger@layer-acht.org'
- '{name}_setup_pbuilder':
my_description: 'Setup pbuilder for reproducible builds as described in https://wiki.debian.org/ReproducibleBuilds#Usage_example'