From: Holger Levsen Date: Thu, 1 Sep 2011 16:59:36 +0000 (+0200) Subject: not as pretty as i want it X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=5917601b6a9355117aa92f7b0c8c2d78b16c6f0c;p=profitbricks%2Fjenkins-build-scripts.git not as pretty as i want it --- diff --git a/build.py b/build.py index fd44cf0..3c94328 100755 --- a/build.py +++ b/build.py @@ -300,10 +300,10 @@ if __name__ == '__main__': if ret: raise Exception('git log was not successfull') - git_log_output = map( - lambda x: x.rstrip(), - git_log.stdout.readlines() - ) + #git_log_output = map( + # lambda x: x.rstrip(), + # git_log.stdout.readlines() + #) cmd = [ @@ -316,7 +316,7 @@ if __name__ == '__main__': '--distribution', '%s' %(options.distribution), '--', - '%s' %(''.join(git_log_output,'\n')) + '%s' %(''.join(git_log.stdout.read())) ] # '%s' %(git_log_output) # '%s' %(''.join(git_log.stdout.read()))