diff options
author | Philip Hands <phil@hands.com> | 2015-12-13 13:47:46 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-12-13 13:49:01 +0100 |
commit | a9b520a891bb8ea331eef0c646a1ca905f3e7d49 (patch) | |
tree | e8cc1421e515a6dcc5dfecd1777220b44e6a7282 /job-cfg | |
parent | 6dfade9e2922a03241be7c9533a091c08355a2c2 (diff) | |
download | jenkins.debian.net-a9b520a891bb8ea331eef0c646a1ca905f3e7d49.tar.xz |
double-underscore typo
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 7d2ba34d..22d50e6c 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -328,7 +328,7 @@ - '{name}_{my_task}_{my_arch}_{my_hname}': # FIXME: should define my_dstro an paramaterise the rest, but that will probably change job names, so let's leave it for now -- fil my_task: - - 'setup_schroot_unstable__diffoscope': + - 'setup_schroot_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_timed: '42 0 * * *' my_shell: '/srv/jenkins/bin/schroot-create.sh reproducible reproducible-unstable-diffoscope unstable diffoscope locales-all' |