diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-08-30 16:56:12 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-08-30 16:56:12 +0200 |
commit | 8e3ac6f88587a4d8dfc0c9faea71a7e1cf7b7d81 (patch) | |
tree | 4ea29217cc0c2f52c53e7b3e8be1ff39edd39df2 /job-cfg | |
parent | 03a71f316b4302751d3344125f2f9081591948e1 (diff) | |
download | jenkins.debian.net-8e3ac6f88587a4d8dfc0c9faea71a7e1cf7b7d81.tar.xz |
reproducible gbp jobs: lets see if gbp is installed at all…
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 17fafe70..7c293c3a 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -727,7 +727,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 debuild -uc -us' + 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.' @@ -735,7 +735,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 debuild -uc -us' + my_shell: '/srv/jenkins/bin/chroot-run.sh sid gbp buildpackage' my_parse_rules: '/srv/jenkins/logparse/debian-pkg-ci.rules' - 'disorderfs_from_git_master': my_description: 'Build disorderfs Debian package from git branch master.' @@ -743,7 +743,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 debuild -uc -us' + 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.' @@ -751,7 +751,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 debuild -uc -us' + my_shell: '/srv/jenkins/bin/chroot-run.sh sid gbp buildpackage' my_parse_rules: '/srv/jenkins/logparse/debian-pkg-ci.rules' my_gitbranches: 'master' my_recipients: 'jenkins+debian-reproducible qa-jenkins-scm@lists.alioth.debian.org' |