From: Holger Levsen Date: Thu, 1 Sep 2011 16:57:31 +0000 (+0200) Subject: nicer changelog for daily builds X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=f526b057d69e9e7e8de9e307f1fbfc10b4d3bace;p=profitbricks%2Fjenkins-build-scripts.git nicer changelog for daily builds --- diff --git a/build.py b/build.py index 55e497f..fd44cf0 100755 --- 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()))