diff options
-rw-r--r-- | job-cfg/reproducible.yaml | 20 |
1 files changed, 2 insertions, 18 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 8bd75398..752f5900 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -809,15 +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' - my_parse_rules: '/srv/jenkins/logparse/debian-pkg-ci.rules' - - 'strip-nondeterminism_from_git_branches': - my_description: 'Build strip-nondeterminism Debian package from git branches other than master.' - my_timed: '42 23 1 1 *' - 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' + my_shell: '/srv/jenkins/bin/chroot-run.sh sid gbp buildpackage --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.' @@ -825,15 +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' - my_parse_rules: '/srv/jenkins/logparse/debian-pkg-ci.rules' - - 'disorderfs_from_git_branches': - my_description: 'Build disorderfs Debian package from git branches other than master.' - my_timed: '42 23 1 1 *' - 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' + my_shell: '/srv/jenkins/bin/chroot-run.sh sid gbp buildpackage --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.' |