diff options
-rw-r--r-- | job-cfg/schroot.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/job-cfg/schroot.yaml b/job-cfg/schroot.yaml index 534da292..4dc0199d 100644 --- a/job-cfg/schroot.yaml +++ b/job-cfg/schroot.yaml @@ -1,6 +1,5 @@ - defaults: name: schroot - do_not_edit: '<br><br>Job configuration source is <a href="http://anonscm.debian.org/gitweb/?p=qa/jenkins.debian.net.git;a=blob;f=job-cfg/schroot.yaml">schroot.yaml</a>.' publishers: - email: recipients: jenkins+debian-qa holger@layer-acht.org @@ -39,6 +38,7 @@ my_time: '0 10 * * 1' - '{schroot}-upgrade': my_time: '0 11 * * *' + do_not_edit: '<br><br>Job configuration source is <a href="http://anonscm.debian.org/gitweb/?p=qa/jenkins.debian.net.git;a=blob;f=job-cfg/schroot.yaml">schroot.yaml</a>.' - project: name: sid-schroot @@ -48,3 +48,4 @@ my_time: '0 10 * * 2' - '{schroot}-upgrade': my_time: '0 11 * * *' + do_not_edit: '<br><br>Job configuration source is <a href="http://anonscm.debian.org/gitweb/?p=qa/jenkins.debian.net.git;a=blob;f=job-cfg/schroot.yaml">schroot.yaml</a>.' |