diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2014-04-23 09:57:02 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-04-25 12:49:03 +0200 |
commit | 5737a727e3a63e8ba0535b193cbe392d48585613 (patch) | |
tree | 084fe8e20f3901fd903674622c93e48837c09ec1 | |
parent | 8f2f36225a254ccd177b77d8ba197c9a95180b82 (diff) | |
download | jenkins.debian.net-5737a727e3a63e8ba0535b193cbe392d48585613.tar.xz |
schroot.yaml: Move do_not_edit from defaults to projects
-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>.' |