diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-11-21 17:32:08 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-11-21 17:32:08 +0100 |
commit | afd5379b1f503b3d7ba9f30af7b16fa65b62b8e9 (patch) | |
tree | 252ee4165500a1dad86e4695dbc4470a9da3f3a7 | |
parent | 7299c56f9848e8e8d2fb501c3e06e966c9a9d77e (diff) | |
download | jenkins.debian.net-afd5379b1f503b3d7ba9f30af7b16fa65b62b8e9.tar.xz |
reproducible Debian: trying to fixup e5940eb7
-rw-r--r-- | job-cfg/reproducible.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 752f5900..d36d09f5 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -809,7 +809,7 @@ my_hname: '' my_gitrepo: 'git://anonscm.debian.org/git/reproducible/strip-nondeterminism.git' my_gitbranches: 'origin/master' - my_shell: '/srv/jenkins/bin/chroot-run.sh sid gbp buildpackage --git-upstream-branch=master' + my_shell: '/srv/jenkins/bin/chroot-run.sh sid gbp buildpackage -uc -us --git-upstream-branch=master' my_parse_rules: '/srv/jenkins/logparse/debian-pkg-ci.rules' - 'disorderfs_from_git_master': my_description: 'Build disorderfs Debian package from git branch master.' @@ -817,7 +817,7 @@ my_hname: '' my_gitrepo: 'git://anonscm.debian.org/git/reproducible/disorderfs.git' my_gitbranches: 'origin/master' - my_shell: '/srv/jenkins/bin/chroot-run.sh sid gbp buildpackage --git-upstream-branch=master' + my_shell: '/srv/jenkins/bin/chroot-run.sh sid gbp buildpackage -uc -us --git-upstream-branch=master' my_parse_rules: '/srv/jenkins/logparse/debian-pkg-ci.rules' - 'builds_website': my_description: 'Build https://reproducible-builds.org on every git commit to https://anonscm.debian.org/git/reproducible/reproducible-website.git with jekyll.' |