diff options
author | Hans-Christoph Steiner <hans@eds.org> | 2017-04-21 11:41:08 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-04-21 12:23:23 +0200 |
commit | 8b6779c28e6fc770764addc84efc6a0f70558660 (patch) | |
tree | 4795daf0378ea6a930aaa603838a20e89bcf09b0 | |
parent | 00378e541a35b61b78bd6637338dcf9f07fb079e (diff) | |
download | jenkins.debian.net-8b6779c28e6fc770764addc84efc6a0f70558660.tar.xz |
reproducible fdroid: force build_apps on Mon, otherwise by git
This forces a build only once a week, otherwise builds will be
triggered by new commits in the project's git.
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-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 9891afdf..b3fedd8f 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -864,7 +864,7 @@ otherproject_git: - 'fdroid_build_apps': my_description: 'Build all the latest apps for F-Droid.' - my_timed: '42 7 * * *' + my_timed: '42 7 * * 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 michael.poehn@fsfe.org' |