[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: add linebreaks to make the scheduling mails more readable
Holger Levsen
holger at layer-acht.org
Mon Nov 21 10:53:38 UTC 2016
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 40502f4d2167f8a39a2b41ac7dfe285b594572b9
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon Nov 21 11:53:22 2016 +0100
reproducible Debian: add linebreaks to make the scheduling mails more readable
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/reproducible_scheduler.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index 7000f5b..3700654 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -717,11 +717,11 @@ if __name__ == '__main__':
continue
log.info('%s packages already scheduled for %s, probably scheduling some '
'more...', overall, arch)
- message += scheduler(arch)
+ message += scheduler(arch) + '\n'
log.info('Arch %s scheduled at %s.', arch, datetime.now())
if message != '':
# build the kgb message text
- message = 'Scheduled in ' + '+'.join(SUITES) + ':' + message
+ message = 'Scheduled in ' + '+'.join(SUITES) + ':\n' + message
log.info(message)
# irc_msg(message, channel='debian-reproducible-changes')
# send mail instead of notifying via irc, less intrusive
--
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