diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-11-29 10:58:32 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-11-29 10:58:32 +0100 |
commit | 6fce75c46fbbf0fb687ad17df4cbc1488464130e (patch) | |
tree | b34764e28cb29b6cbd6ed36f2ac65958c0934f95 /job-cfg | |
parent | 56be58a60522ff4186ac0291f9fd1bf7d5c57c18 (diff) | |
download | jenkins.debian.net-6fce75c46fbbf0fb687ad17df4cbc1488464130e.tar.xz |
reproducible Debian: add job to build reprotest package on git commits in master branch
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index d2373f46..e7b60b9d 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -803,6 +803,14 @@ my_gitbranches: ':^(?!origin/master$).*' my_shell: '/srv/jenkins/bin/chroot-run.sh sid debuild -uc -us' my_parse_rules: '/srv/jenkins/logparse/debian-pkg-ci.rules' + - 'reprotest_from_git_master': + my_description: 'Build reprotest Debian package from git branch master.' + my_timed: '42 23 1 1 *' + my_hname: '' + my_gitrepo: 'git://anonscm.debian.org/git/reproducible/reprotest.git' + my_gitbranches: 'origin/master' + my_shell: '/srv/jenkins/bin/chroot-run.sh sid debuild -uc -us' + my_parse_rules: '/srv/jenkins/logparse/debian-pkg-ci.rules' - 'strip-nondeterminism_from_git_master': my_description: 'Build strip-nondeterminism Debian package from git branch master.' my_timed: '42 23 1 1 *' |