diff options
author | Hans-Christoph Steiner <hans@eds.org> | 2017-04-20 11:06:19 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-04-20 13:20:32 +0200 |
commit | 2f81aceb09ebf0973bda391337a1c8c6c1921e38 (patch) | |
tree | db6e64f6e3ef3966ee93a912a6989c41a77ce35f /job-cfg | |
parent | 378733d7804f69b2d57c8cb09da83927679739b8 (diff) | |
download | jenkins.debian.net-2f81aceb09ebf0973bda391337a1c8c6c1921e38.tar.xz |
reproducible fdroid: create build job separate from setup
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 96850ae3..11c2bfca 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -859,10 +859,16 @@ otherproject_git: - 'setup_fdroid_build_environment_profitbricks7': my_description: 'Setup a build environment for F-Droid.' - my_timed: '42 23 * * *' + my_timed: '42 0 * * 1' my_hname: 'profitbricks7' my_gitrepo: 'https://gitlab.com/fdroid/fdroidserver.git' - my_recipients: 'jenkins+reproducible-builds qa-jenkins-scm@lists.alioth.debian.org hans@guardianproject.info' + my_recipients: 'jenkins+reproducible-builds qa-jenkins-scm@lists.alioth.debian.org hans@guardianproject.info michael.poehn@fsfe.org' + - 'fdroid_build_all_profitbricks7': + my_description: 'Build all the latest apps for F-Droid.' + my_timed: '42 7 * * *' + my_hname: 'profitbricks7' + my_gitrepo: 'https://gitlab.com/fdroid/fdroidserver.git' + my_recipients: 'jenkins+reproducible-builds qa-jenkins-scm@lists.alioth.debian.org hans@guardianproject.info michael.poehn@fsfe.org' - 'diffoscope_from_git_master': my_description: 'Build diffoscope Debian package from git branch master.' my_timed: '42 23 1 1 *' |