[Qa-jenkins-scm] [jenkins.debian.net] 02/04: move function before it's use
Holger Levsen
holger at moszumanska.debian.org
Wed Jun 3 21:45:14 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 fc083b49a0a0a922d96b39ed600e8cdf92e6df74
Author: Philip Hands <phil at hands.com>
Date: Wed Jun 3 15:05:04 2015 +0100
move function before it's use
---
job-cfg/d-i.yaml.py | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/job-cfg/d-i.yaml.py b/job-cfg/d-i.yaml.py
index 86b5fdc..b0d89d4 100755
--- a/job-cfg/d-i.yaml.py
+++ b/job-cfg/d-i.yaml.py
@@ -205,6 +205,12 @@ def lr(keep):
return {'artifactDaysToKeep': -1, 'daysToKeep': keep, 'numToKeep': 30, 'artifactNumToKeep': -1}
+def publ_email(irc=None):
+ r = ['jenkins+' + irc] if irc != None else []
+ r.append('qa-jenkins-scm at lists.alioth.debian.org')
+ return [{'email': {'recipients': ' '.join(r)}}]
+
+
def publ(fmt=None,trigger=False,irc=None):
p = []
if trigger:
@@ -219,10 +225,6 @@ def publ(fmt=None,trigger=False,irc=None):
return p
-def publ_email(irc=None):
- r = ['jenkins+' + irc] if irc != None else []
- r.append('qa-jenkins-scm at lists.alioth.debian.org')
- return [{'email': {'recipients': ' '.join(r)}}]
def prop(middle=sb_manual, priority=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