From fd6b0cdf174d22a9a3e38a083f0ff164eafcc307 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 1 Sep 2011 18:10:41 +0200 Subject: [PATCH] nicer changelog for daily builds --- build.py | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/build.py b/build.py index c7c7f9f..5dee83e 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,8 +316,9 @@ if __name__ == '__main__': '--distribution', '%s' %(options.distribution), '--', - '%s' %(git_log_output) + '%s' %(git_log.stdout) ] + # '%s' %(git_log_output) logger.debug('Trying to call: %s' %(cmd)) -- 2.39.5