diff options
author | Mattia Rizzolo <mattia@debian.org> | 2017-08-05 15:53:58 +0200 |
---|---|---|
committer | Mattia Rizzolo <mattia@debian.org> | 2017-08-05 15:53:58 +0200 |
commit | 44efb5a3c6011156306fb2831d401b9f26bc79de (patch) | |
tree | 1a6a796b18b95855cb222a812661718de737b268 | |
parent | 7e8fa9e8678ae77a40d6e7552d2a0840f5fc9510 (diff) | |
download | jenkins.debian.net-44efb5a3c6011156306fb2831d401b9f26bc79de.tar.xz |
Revert "reproducible debian: whitespace change to force job regeneration"
This reverts commit 7e8fa9e8678ae77a40d6e7552d2a0840f5fc9510.
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
-rw-r--r-- | job-cfg/reproducible.yaml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index dd6c34a6..66783572 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -398,16 +398,16 @@ 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' } @@ -459,15 +459,15 @@ - '{name}_setup_schroot_{my_distro}_{my_arch}_{my_hname}': my_distro: - 'unstable_diffoscope': - my_description: 'Setup schroot for running diffoscope in a unstable environment (this is needed to be able to correctly investigate haskell binaries…)' + my_description: 'Setup schroot for running diffoscope in a unstable environment (this is needed to be able to correctly investigate haskell binaries...)' my_timed: '42 0 * * *' my_shell: '/srv/jenkins/bin/schroot-create.sh reproducible reproducible-unstable-diffoscope unstable diffoscope locales-all' - 'stretch_diffoscope': - my_description: 'Setup schroot for running diffoscope in a stretch environment (this is needed to be able to correctly investigate haskell binaries…)' + my_description: 'Setup schroot for running diffoscope in a stretch environment (this is needed to be able to correctly investigate haskell binaries...)' my_timed: '23 0 * * *' my_shell: '/srv/jenkins/bin/schroot-create.sh reproducible reproducible-stretch-diffoscope stretch diffoscope locales-all' - 'buster_diffoscope': - my_description: 'Setup schroot for running diffoscope in a buster environment (this is needed to be able to correctly investigate haskell binaries…)' + my_description: 'Setup schroot for running diffoscope in a buster environment (this is needed to be able to correctly investigate haskell binaries...)' my_timed: '23 0 * * *' my_shell: '/srv/jenkins/bin/schroot-create.sh reproducible reproducible-buster-diffoscope buster diffoscope locales-all' - 'unstable': @@ -479,7 +479,7 @@ my_timed: '42 2 * * *' - 'experimental': my_timed: '33 1 * * *' - my_description: 'Setup {my_distro} schroot for fetching source packages for the builder jobs' + my_description: 'Setup {my_distro} schroot for fetching source packages for the builder jobs.' my_shell: '/srv/jenkins/bin/schroot-create.sh reproducible reproducible-{my_distro} {my_distro}' my_hname: - 'jenkins': { my_arch: 'amd64' } @@ -642,17 +642,17 @@ my_recipients: 'jenkins+reproducible-builds qa-jenkins-scm@lists.alioth.debian.org' my_shell: '/srv/jenkins/bin/reproducible_freebsd.sh' - 'setup_schroot_archlinux_jenkins': - my_description: 'Setup an Arch Linux schroot to test Arch Linux packages for reproducibility' + my_description: 'Setup an Arch Linux schroot to test Arch Linux packages for reproducibility.' my_timed: '42 23 1 1 *' my_shell: '/srv/jenkins/bin/reproducible_setup_archlinux_schroot.sh' my_disabled: true - 'setup_schroot_archlinux_profitbricks3': - my_description: 'Setup an Arch Linux schroot to test Arch Linux packages for reproducibility' + my_description: 'Setup an Arch Linux schroot to test Arch Linux packages for reproducibility.' my_timed: '42 23 1 1 *' my_hname: 'profitbricks3' my_disabled: true - 'setup_schroot_archlinux_profitbricks4': - my_description: 'Setup an Arch Linux schroot to test Arch Linux packages for reproducibility' + my_description: 'Setup an Arch Linux schroot to test Arch Linux packages for reproducibility.' my_timed: '42 23 1 1 *' my_hname: 'profitbricks4' my_disabled: true |