[Qa-jenkins-scm] [jenkins.debian.net] 03/03: tidy layout slightly

Holger Levsen holger at moszumanska.debian.org
Wed Jun 3 10:56:36 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 c49d386c526026ec1b2ffd76fd5824fcc45bf9e3
Author: Philip Hands <phil at hands.com>
Date:   Wed Jun 3 11:05:59 2015 +0100

    tidy layout slightly
---
 job-cfg/d-i.yaml.py | 39 ++++++++++++++++++++-------------------
 1 file changed, 20 insertions(+), 19 deletions(-)

diff --git a/job-cfg/d-i.yaml.py b/job-cfg/d-i.yaml.py
index 1aad847..c1819fd 100755
--- a/job-cfg/d-i.yaml.py
+++ b/job-cfg/d-i.yaml.py
@@ -301,33 +301,34 @@ data.append( {'defaults': jobspec_svn( name='d-i-manual-pdf-po2xml',
                                        logkeep=90 )})
 
 data.append( {'defaults': { 'name': 'd-i-build',
-                   'description': 'Builds debian packages in sid from git master branch, triggered by pushes to <pre>{gitrepo}</pre> {do_not_edit}',
-                   'triggers': [{'pollscm': '*/6 * * * *'}],
-                   'scm': [{'git': {'url': '{gitrepo}',
-                                    'branches': ['master']}}],
-                   'builders': [{'shell': '/srv/jenkins/bin/d-i_build.sh'}],
-                   'project-type': 'freestyle',
-                   'properties': prop(middle=sb_pkgs, priority=99),
-                   'logrotate': lr(90),
-                   'publishers': publ(irc='debian-boot')}}
+                            'description': 'Builds debian packages in sid from git master branch, triggered by pushes to <pre>{gitrepo}</pre> {do_not_edit}',
+                            'triggers': [{'pollscm': '*/6 * * * *'}],
+                            'scm': [{'git': {'url': '{gitrepo}',
+                                             'branches': ['master']}}],
+                            'builders': [{'shell': '/srv/jenkins/bin/d-i_build.sh'}],
+                            'project-type': 'freestyle',
+                            'properties': prop(middle=sb_pkgs, priority=99),
+                            'logrotate': lr(90),
+                            'publishers': publ(irc='debian-boot')}}
 )
 
 data.append( {'defaults': { 'name': 'd-i-pu-build',
-                   'description': 'Builds debian packages in sid from git pu/ branches, triggered by pushes to <pre>{gitrepo}</pre> {do_not_edit}',
-                   'triggers': [{'pollscm': '*/10 * * * *'}],
-                   'scm': [{'git': {'url': '{gitrepo}',
-                                    'branches': ['pu/**']}}],
-                   'builders': [{'shell': '/srv/jenkins/bin/d-i_build.sh'}],
-                   'project-type': 'freestyle',
-                   'properties': prop(middle=sb_pkgs, priority=99),
-                   'logrotate': lr(90),
-                   'publishers': publ()}}
+                            'description': 'Builds debian packages in sid from git pu/ branches, triggered by pushes to <pre>{gitrepo}</pre> {do_not_edit}',
+                            'triggers': [{'pollscm': '*/10 * * * *'}],
+                            'scm': [{'git': {'url': '{gitrepo}',
+                                             'branches': ['pu/**']}}],
+                            'builders': [{'shell': '/srv/jenkins/bin/d-i_build.sh'}],
+                            'project-type': 'freestyle',
+                            'properties': prop(middle=sb_pkgs, priority=99),
+                            'logrotate': lr(90),
+                            'publishers': publ()}}
 )
 
 data.append({'job-template': jobspec_svn( defaults='d-i',
                                           name='{name}_manual',
                                           desc=instguide_desc,
-                                          trigger=15, priority=125,
+                                          trigger=15,
+                                          priority=125,
                                           publisher=publ_email,
                                           inc_regs='{include}')})
 

-- 
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