diff options
author | Mattia Rizzolo <mattia@debian.org> | 2017-05-18 15:41:47 +0200 |
---|---|---|
committer | Mattia Rizzolo <mattia@debian.org> | 2017-05-18 15:41:47 +0200 |
commit | af731f7e42094185a7d5147f25af8064b716c6ea (patch) | |
tree | 171808e9271d8c726761238c1074127d31f3457f /job-cfg | |
parent | fb0f91ea2820a4dc311bd4dafc4977f947e45f2b (diff) | |
download | jenkins.debian.net-af731f7e42094185a7d5147f25af8064b716c6ea.tar.xz |
reproducible debian: tell debuild to not trash JENKINS_EXPORT_DIR evn var
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
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 03d4db87..1df3e732 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -581,7 +581,7 @@ my_timed: '42 23 1 1 *' my_gitrepo: 'git://anonscm.debian.org/git/reproducible/diffoscope.git' my_hname: '' - my_shell: '/srv/jenkins/bin/chroot-run.sh sid --exports-results debuild -uc -us' + my_shell: '/srv/jenkins/bin/chroot-run.sh sid --exports-results debuild -e JENKINS_EXPORTS_DIR -uc -us' my_parse_rules: '/srv/jenkins/logparse/debian-pkg-ci.rules' my_recipients: 'jenkins+debian-reproducible qa-jenkins-scm@lists.alioth.debian.org' - '{name}_builder_{otherproject}_{my_num}': |