diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-03-21 13:13:37 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-03-21 13:13:37 +0100 |
commit | 8a983f28bd9a583272ad3e81fb3ef705dc96574c (patch) | |
tree | c617e7c0251b6fdf6c428186fede0b31b2989315 | |
parent | bc1cdaa5bbc418e79d33e7a1dd38a5d3b12fb388 (diff) | |
download | jenkins.debian.net-8a983f28bd9a583272ad3e81fb3ef705dc96574c.tar.xz |
reproducible: install locales-all to workaround #778641 and #780863
-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 7971cbe4..101bd736 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -246,7 +246,7 @@ - '{name}_setup_schroot_unstable_debbindiff': my_description: 'Setup schroot for running debbindiff in a unstable environment (this is needed to be able to correctly investigate haskell binaries...)' my_timed: '23 0 * * *' - my_shell: '/srv/jenkins/bin/reproducible_setup_schroot.sh reproducible-unstable-debbindiff unstable debbindiff' + my_shell: '/srv/jenkins/bin/reproducible_setup_schroot.sh reproducible-unstable-debbindiff unstable debbindiff locales-all' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' - '{name}_setup_schroot_unstable': my_description: 'Setup unstable schroot for fetching source packages for the builder jobs.' |