[Qa-jenkins-scm] [jenkins.debian.net] 01/06: spread langs across lines to make future patches clearer
Holger Levsen
holger at moszumanska.debian.org
Sun Dec 13 23:38:16 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 4a5e0f8cad572ab6ae6b33849e0e42d65369b078
Author: Philip Hands <phil at hands.com>
Date: Sun Dec 13 21:12:06 2015 +0100
spread langs across lines to make future patches clearer
---
job-cfg/d-i.yaml.py | 18 ++++++++++++++++--
1 file changed, 16 insertions(+), 2 deletions(-)
diff --git a/job-cfg/d-i.yaml.py b/job-cfg/d-i.yaml.py
index 829bfd5..1b64a41 100755
--- a/job-cfg/d-i.yaml.py
+++ b/job-cfg/d-i.yaml.py
@@ -40,8 +40,22 @@ langs = [
{'zh_TW': {'langname': 'Chinese (zh_TW)'}}
]
-non_pdf_langs = ['el', 'vi', 'ja', 'zh_CN', 'zh_TW']
-non_po_langs = ['ca', 'cs', 'de', 'en', 'fr', 'it', 'pt_BR']
+non_pdf_langs = [
+ 'el',
+ 'vi',
+ 'ja',
+ 'zh_CN',
+ 'zh_TW',
+]
+non_po_langs = [
+ 'ca',
+ 'cs',
+ 'de',
+ 'en',
+ 'fr',
+ 'it',
+ 'pt_BR',
+]
pkgs = """
anna
--
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