diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-05-07 13:16:59 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-05-07 13:16:59 +0200 |
commit | 149c900fd61b8a959ff77e8805e39df76b50b0ff (patch) | |
tree | f6e26a6563e425e7df9352b3505c1e9d555ede9d /job-cfg | |
parent | 9ec9086f6e8650819a0fce310312992a55c3d659 (diff) | |
download | jenkins.debian.net-149c900fd61b8a959ff77e8805e39df76b50b0ff.tar.xz |
s#https://anonscm.debian.org/cgit#https://anonscm.debian.org/git#g
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 f28d46fa..2700939f 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -485,11 +485,11 @@ - '{name}_html_{my_reponame}': my_reponame: - 'notes': - my_description: 'Generate HTML results ({my_reponame}) for reproducible builds, triggered by changes to the <a href="https://anonscm.debian.org/cgit/reproducible/{my_reponame}.git" target="_blank">{my_reponame}.git</a> repository.' + my_description: 'Generate HTML results ({my_reponame}) for reproducible builds, triggered by changes to the <a href="https://anonscm.debian.org/git/reproducible/{my_reponame}.git" target="_blank">{my_reponame}.git</a> repository.' my_timed: '57 0 * * *' my_shell: '/srv/jenkins/bin/reproducible_{my_reponame}.py && /srv/jenkins/bin/reproducible_html_{my_reponame}.py' - 'source-date-epoch-spec': - my_description: 'Generate the HTML of the reproducible builds SOURCE_DATE_EPOCH specification, triggered by changes to the <a href="https://anonscm.debian.org/cgit/reproducible/{my_reponame}.git" target="_blank">{my_reponame}.git</a> repository.' + my_description: 'Generate the HTML of the reproducible builds SOURCE_DATE_EPOCH specification, triggered by changes to the <a href="https://anonscm.debian.org/git/reproducible/{my_reponame}.git" target="_blank">{my_reponame}.git</a> repository.' my_timed: '' my_shell: '/srv/jenkins/bin/reproducible_html_specs.sh {my_reponame}' my_recipients: 'jenkins+debian-reproducible qa-jenkins-scm@lists.alioth.debian.org' |