diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-09-16 15:58:24 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-09-16 15:58:32 +0200 |
commit | 01fafcd37794cf9e9edbba60dbf0b00a72f62a49 (patch) | |
tree | 4119d521da48740853a27d394bf4b2c571b93122 /job-cfg | |
parent | 828624e626ec7a7823cfd378b00aa3b50f9355b0 (diff) | |
download | jenkins.debian.net-01fafcd37794cf9e9edbba60dbf0b00a72f62a49.tar.xz |
Revert "reproducible: whitespace change to force more job regenerations"
This reverts commit 828624e626ec7a7823cfd378b00aa3b50f9355b0.
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index dccf410b..87a7ec4f 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -332,7 +332,7 @@ - '{name}_{my_task}_{my_arch}_{my_hname}': my_task: - 'node_health_check': - my_description: 'Do some health checks.' + my_description: 'Do some health checks' my_timed: 'H/15 * * * *' my_recipients: '' my_hname: @@ -388,28 +388,28 @@ - '{name}_{my_task}_{my_arch}_{my_hname}': my_task: - 'setup_pbuilder_stretch': - my_description: 'Setup pbuilder for reproducible builds of packages from stretch as described in https://wiki.debian.org/ReproducibleBuilds#Usage_example ' + my_description: 'Setup pbuilder for reproducible builds of packages from stretch as described in https://wiki.debian.org/ReproducibleBuilds#Usage_example' my_timed: '23 7 * * *' - 'setup_pbuilder_buster': - my_description: 'Setup pbuilder for reproducible builds of packages from buster as described in https://wiki.debian.org/ReproducibleBuilds#Usage_example ' + my_description: 'Setup pbuilder for reproducible builds of packages from buster as described in https://wiki.debian.org/ReproducibleBuilds#Usage_example' my_timed: '23 8 * * *' - 'setup_pbuilder_unstable': - my_description: 'Setup pbuilder for reproducible builds of packages from unstable as described in https://wiki.debian.org/ReproducibleBuilds#Usage_example ' + my_description: 'Setup pbuilder for reproducible builds of packages from unstable as described in https://wiki.debian.org/ReproducibleBuilds#Usage_example' my_timed: '42 7 * * *' - 'setup_pbuilder_experimental': - my_description: 'Setup pbuilder for reproducible builds of packages from experimental as described in https://wiki.debian.org/ReproducibleBuilds#Usage_example ' + my_description: 'Setup pbuilder for reproducible builds of packages from experimental as described in https://wiki.debian.org/ReproducibleBuilds#Usage_example' my_timed: '33 7 * * *' - 'setup_schroot_unstable': - my_description: 'Setup unstable schroot for fetching source packages for the builder jobs. ' + my_description: 'Setup unstable schroot for fetching source packages for the builder jobs.' my_timed: '20 1 * * *' - 'setup_schroot_stretch': - my_description: 'Setup stretch schroot for fetching source packages for the builder jobs. ' + my_description: 'Setup stretch schroot for fetching source packages for the builder jobs.' my_timed: '0 1 * * *' - 'setup_schroot_buster': - my_description: 'Setup buster schroot for fetching source packages for the builder jobs. ' + my_description: 'Setup buster schroot for fetching source packages for the builder jobs.' my_timed: '0 2 * * *' - 'setup_schroot_experimental': - my_description: 'Setup experimental schroot for fetching source packages for the builder jobs. ' + my_description: 'Setup experimental schroot for fetching source packages for the builder jobs.' my_timed: '40 1 * * *' my_hname: - 'bbx15': { my_arch: 'armhf' } |