diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-08-14 13:25:28 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-08-14 13:25:28 +0200 |
commit | 7897494c0b048f5fef1591a75d504f57e0c35d8e (patch) | |
tree | 4966af819fa9d9efc79e3986195581f38c037fff | |
parent | 6649043714cc55232b23428c82459161e82ddbe4 (diff) | |
download | jenkins.debian.net-7897494c0b048f5fef1591a75d504f57e0c35d8e.tar.xz |
reproducible Debian: add job to test diffoscope on each git commit
-rw-r--r-- | job-cfg/reproducible.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 72fc35e4..2e05d49c 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -703,6 +703,12 @@ my_timed: '42 23 1 1 *' my_hname: 'profitbricks4' my_gitrepo: 'https://gitlab.com/fdroid/fdroidserver.git' + - 'diffoscope_master_brach': + my_description: 'Build diffoscope debian package from the master branch.' + my_timed: '42 23 1 1 *' + my_hname: '' + my_gitrepo: 'git://anonscm.debian.org/git/reproducible/diffoscope.git' + my_shell: '/srv/jenkins/bin/chroot-run.sh sid debuild -uc -us' my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh' my_hname: '' |