diff options
author | Hans-Christoph Steiner <hans@eds.org> | 2017-11-07 16:34:05 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-11-07 15:38:40 +0000 |
commit | d545ff47f3c75bcf0c0edf2966cf9a5e200180f5 (patch) | |
tree | 84f4fd44a36ed8cfea8570ff4ca01a5e5b8079c0 /job-cfg | |
parent | af8f129dc6ccff46919bb136ee460aa892dc660f (diff) | |
download | jenkins.debian.net-d545ff47f3c75bcf0c0edf2966cf9a5e200180f5.tar.xz |
reproducible fdroid: point jenkins to canonical URL
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'job-cfg')
-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 5c07e397..0e9bd56f 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -693,7 +693,7 @@ my_description: 'Build all the latest apps for F-Droid.' my_timed: '42 7 * * 1' my_hname: 'profitbricks7' - my_gitrepo: 'https://gitlab.com/eighthave/fdroidserver-for-jenkins.debian.net.git' + 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_blocker: '^reproducible.*fdroid.*' my_gitbranches: 'master' |