[Qa-jenkins-scm] [jenkins.debian.net] 03/06: d-i.yaml.py: de-dup {do_not_edit}

Holger Levsen holger at moszumanska.debian.org
Thu Jun 4 09:39:01 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 02603fcfdd077cb821c9273274ab3bb274ed828c
Author: Philip Hands <phil at hands.com>
Date:   Thu Jun 4 08:48:33 2015 +0100

    d-i.yaml.py: de-dup {do_not_edit}
---
 job-cfg/d-i.yaml.py | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/job-cfg/d-i.yaml.py b/job-cfg/d-i.yaml.py
index ad7155e..3ae6e5f 100755
--- a/job-cfg/d-i.yaml.py
+++ b/job-cfg/d-i.yaml.py
@@ -165,17 +165,17 @@ def svn_desc(po, fmt):
     s =  'Builds the {languagename} ' + fmt + ' version of the installation-guide for all architectures. '
     s += 'Triggered by SVN commits to <code>svn://anonscm.debian.org/svn/d-i/trunk/manual'
     s += '/po' if po else ''
-    s += '/{lang}/<code>. After successful build <a href="https://jenkins.debian.net/job/d-i_manual_{lang}_html">d-i_manual_{lang}_pdf</a> is triggered. {do_not_edit}'
+    s += '/{lang}/<code>. After successful build <a href="https://jenkins.debian.net/job/d-i_manual_{lang}_html">d-i_manual_{lang}_pdf</a> is triggered.'
     return s
 
 
 def pdf_desc():
-    s = 'Builds the {languagename} pdf version of the installation-guide for all architectures. Triggered by successful build of <a href="https://jenkins.debian.net/job/d-i_manual_{lang}_html">d-i_manual_{lang}_html</a>. {do_not_edit}'
+    s = 'Builds the {languagename} pdf version of the installation-guide for all architectures. Triggered by successful build of <a href="https://jenkins.debian.net/job/d-i_manual_{lang}_html">d-i_manual_{lang}_html</a>.'
     return s
 
 
 def instguide_desc():
-    return 'Builds the installation-guide package. Triggered by SVN commits to <code>svn://anonscm.debian.org/svn/d-i/</code> matching these patterns: <pre>{include}</pre> {do_not_edit}'
+    return 'Builds the installation-guide package. Triggered by SVN commits to <code>svn://anonscm.debian.org/svn/d-i/</code> matching these patterns: <pre>{include}</pre>'
 
 
 def lr(keep):
@@ -246,6 +246,8 @@ def jobspec_svn(key, name, desc=None, defaults=None,
     else:
         if fmt != None:
             j['description'] = svn_desc(po=po,fmt=fmt)
+    j['description'] += ' {do_not_edit}'
+
     if defaults != None:
         j['defaults'] = defaults
     if trigger != None:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list