diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-10-13 00:11:07 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-10-13 00:11:07 +0200 |
commit | cdf0f40d5b810958c95d68e3623a5827c89b7cf1 (patch) | |
tree | d309c24042a9593f76c20110f3f7cf7c13335ca5 /job-cfg | |
parent | 9d2b25f3ce3eb552f969f2a03bcccb5536ff71b7 (diff) | |
download | jenkins.debian.net-cdf0f40d5b810958c95d68e3623a5827c89b7cf1.tar.xz |
reproducible: configure _node_wrapper.sh and sudoers.d correctly
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 7cd07095..1fa0d0c5 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -762,7 +762,7 @@ - '{name}_setup_schroot_unstable_diffoscope_amd64_jenkins': 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' + my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' my_node: '' - '{name}_setup_schroot_unstable_diffoscope_amd64_profitbricks3': |