]> 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:10:41 +0000 (18:10 +0200)
committerHolger Levsen <holger@layer-acht.org>
Thu, 1 Sep 2011 16:10:41 +0000 (18:10 +0200)
build.py

index c7c7f9f169e76b31cc23587c03b19dcc212ca8c9..5dee83e00bcc3064c770a68577fe3dd4d919ccc7 100755 (executable)
--- 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))