]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
nicer changelog for daily builds
authorHolger Levsen <holger@layer-acht.org>
Thu, 1 Sep 2011 16:57:31 +0000 (18:57 +0200)
committerHolger Levsen <holger@layer-acht.org>
Thu, 1 Sep 2011 16:57:31 +0000 (18:57 +0200)
build.py

index 55e497f625e20ae1ce46016bab88d4d854725fe2..fd44cf0de22f5eab9027e9ab38ff9d5d0e23170c 100755 (executable)
--- a/build.py
+++ b/build.py
@@ -316,7 +316,7 @@ if __name__ == '__main__':
                 '--distribution',
                 '%s' %(options.distribution),
                 '--',
-                '%s' %(''.join(git_log_output))
+                '%s' %(''.join(git_log_output,'\n'))
         ]
         #        '%s' %(git_log_output)
         #        '%s' %(''.join(git_log.stdout.read()))