diff options
author | Mattia Rizzolo <mattia@debian.org> | 2017-04-21 11:45:11 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-04-21 12:23:23 +0200 |
commit | 00378e541a35b61b78bd6637338dcf9f07fb079e (patch) | |
tree | 04c7f5947afaf88a9eb8298a1484c17b3ac8ae51 | |
parent | 7fb8d451c83d317fb8c684a5946a793a7042e227 (diff) | |
download | jenkins.debian.net-00378e541a35b61b78bd6637338dcf9f07fb079e.tar.xz |
reproducible fdroid: don't trigger the setup job from git
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rw-r--r-- | job-cfg/reproducible.yaml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index b0a533c1..9891afdf 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -852,17 +852,16 @@ my_timed: '42 23 1 1 *' my_hname: 'profitbricks4' my_disabled: true - my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh' - my_hname: '' - - - '{name}_{otherproject_git}': - otherproject_git: - 'setup_fdroid_build_environment': my_description: 'Setup a build environment for F-Droid.' 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 michael.poehn@fsfe.org' + my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh' + my_hname: '' + + - '{name}_{otherproject_git}': + otherproject_git: - 'fdroid_build_apps': my_description: 'Build all the latest apps for F-Droid.' my_timed: '42 7 * * *' |