From 02603fcfdd077cb821c9273274ab3bb274ed828c Mon Sep 17 00:00:00 2001 From: Philip Hands Date: Thu, 4 Jun 2015 08:48:33 +0100 Subject: d-i.yaml.py: de-dup {do_not_edit} --- job-cfg/d-i.yaml.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'job-cfg') diff --git a/job-cfg/d-i.yaml.py b/job-cfg/d-i.yaml.py index ad7155e4..3ae6e5fe 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 svn://anonscm.debian.org/svn/d-i/trunk/manual' s += '/po' if po else '' - s += '/{lang}/. After successful build d-i_manual_{lang}_pdf is triggered. {do_not_edit}' + s += '/{lang}/. After successful build d-i_manual_{lang}_pdf 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 d-i_manual_{lang}_html. {do_not_edit}' + s = 'Builds the {languagename} pdf version of the installation-guide for all architectures. Triggered by successful build of d-i_manual_{lang}_html.' return s def instguide_desc(): - return 'Builds the installation-guide package. Triggered by SVN commits to svn://anonscm.debian.org/svn/d-i/ matching these patterns:
{include}
{do_not_edit}' + return 'Builds the installation-guide package. Triggered by SVN commits to svn://anonscm.debian.org/svn/d-i/ matching these patterns:
{include}
' 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: -- cgit v1.2.3-70-g09d2