diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-08-25 13:58:18 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-08-25 13:58:18 +0200 |
commit | b301b2035268a5e237d96624e611274b582c8ceb (patch) | |
tree | 8e28a6bd84ba4aa9dc03194478cc0bff1e482cf7 /job-cfg | |
parent | 1052ac6b0fe413ec3645a10b0415af07d6edd7b7 (diff) | |
download | jenkins.debian.net-b301b2035268a5e237d96624e611274b582c8ceb.tar.xz |
fixup 1052ac6b: reproducible Debian: build any git branches when testing diffoscope from git
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 92570bac..cc7762ef 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -708,7 +708,7 @@ my_timed: '42 23 1 1 *' my_hname: '' my_gitrepo: 'git://anonscm.debian.org/git/reproducible/diffoscope.git' - my_gitbranches: '**' + my_gitbranches: '' my_shell: '/srv/jenkins/bin/chroot-run.sh sid debuild -uc -us' my_recipients: 'jenkins+debian-reproducible qa-jenkins-scm@lists.alioth.debian.org' my_parse_rules: '/srv/jenkins/logparse/debian-diffoscope.rules' |