[Qa-jenkins-scm] [jenkins.debian.net] 04/06: d-i.yaml.py: formatting
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 2be2d5d0c8e67f2022e44751b91cec1e148df9c7
Author: Philip Hands <phil at hands.com>
Date: Thu Jun 4 08:50:24 2015 +0100
d-i.yaml.py: formatting
---
job-cfg/d-i.yaml.py | 26 ++++++++++++++------------
1 file changed, 14 insertions(+), 12 deletions(-)
diff --git a/job-cfg/d-i.yaml.py b/job-cfg/d-i.yaml.py
index 3ae6e5f..be6f5bf 100755
--- a/job-cfg/d-i.yaml.py
+++ b/job-cfg/d-i.yaml.py
@@ -259,10 +259,11 @@ def jobspec_svn(key, name, desc=None, defaults=None,
data = []
-data.append({'defaults': { 'name': 'd-i',
- 'logrotate': lr(90),
- 'project-type': 'freestyle',
- 'properties': prop(type='misc')}})
+data.append(
+ {'defaults': { 'name': 'd-i',
+ 'logrotate': lr(90),
+ 'project-type': 'freestyle',
+ 'properties': prop(type='misc')}})
data.extend(
[jobspec_svn(key='defaults',
@@ -291,14 +292,15 @@ data.extend(
in [('d-i-build', 'master branch', 'master', '*/6 * * * *', 'debian-boot'),
('d-i-pu-build', 'pu/ branches', 'pu/**' , '*/10 * * * *', None)]])
-data.append(jobspec_svn(key='job-template',
- defaults='d-i',
- name='{name}_manual',
- desc=instguide_desc,
- trigger=15,
- priority=125,
- publishers=[publ_email()],
- inc_regs='{include}'))
+data.append(
+ jobspec_svn(key='job-template',
+ defaults='d-i',
+ name='{name}_manual',
+ desc=instguide_desc,
+ trigger=15,
+ priority=125,
+ publishers=[publ_email()],
+ inc_regs='{include}'))
data.append(
{'job-template': { 'defaults': 'd-i',
--
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