diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-09-24 17:31:11 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-09-24 17:31:11 +0200 |
commit | ed4a1bc53d2662572942e3bb57c7f0c42ba74d09 (patch) | |
tree | aef0a0661b6a70c72939925abad6d91033805eb5 /job-cfg | |
parent | f2fb95d53bcae49b3aa94b8d4a852e419e9f69e5 (diff) | |
download | jenkins.debian.net-ed4a1bc53d2662572942e3bb57c7f0c42ba74d09.tar.xz |
fixup f2fb95d5: reproducible builds: add a job to update the website based on commits to website.git
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 0c6b22f1..cefc6a1d 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -758,10 +758,10 @@ my_shell: '/srv/jenkins/bin/chroot-run.sh sid gbp buildpackage' my_parse_rules: '/srv/jenkins/logparse/debian-pkg-ci.rules' - 'builds_website': - my_description: 'Build https://reproducible-builds.org on every git commit to website.git with jekyll.' + 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/website.git' + my_gitrepo: 'git://anonscm.debian.org/git/reproducible/reproducible-website.git' my_gitbranches: 'origin/master' my_shell: 'jekyll build -s . -d /srv/reproducible-builds.org/www' my_gitbranches: 'master' |