diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-09-24 17:43:24 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-09-24 17:43:24 +0200 |
commit | 549cfa1c91dde756b23bde22cc9f1930d8e3e400 (patch) | |
tree | b8873c6e203949b7cee8719bb5e11ce4b0e6fcb5 /job-cfg | |
parent | 38aa03e39b2a42f6a13093df6f2675f3045bc7c5 (diff) | |
download | jenkins.debian.net-549cfa1c91dde756b23bde22cc9f1930d8e3e400.tar.xz |
reproducible website: make URL match the git repo hook name
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 8da0ac96..2d5f8e77 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -761,7 +761,7 @@ my_description: 'Build https://reproducible-builds.org on every git commit to https://anonscm.debian.org/git/reproducible/reproducible-website.git with jekyll.' my_timed: '' my_hname: '' - my_gitrepo: 'git://anonscm.debian.org/git/reproducible/reproducible-website.git' + my_gitrepo: 'git://git.debian.org/git/reproducible/reproducible-website.git' my_gitbranches: 'origin/master' my_shell: 'umask 002 ; jekyll build -s . -d /srv/reproducible-builds.org/www' my_gitbranches: 'master' |