]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
not as pretty as i want it
authorHolger Levsen <holger@layer-acht.org>
Thu, 1 Sep 2011 17:26:46 +0000 (19:26 +0200)
committerHolger Levsen <holger@layer-acht.org>
Thu, 1 Sep 2011 17:26:46 +0000 (19:26 +0200)
build.py

index 3c9432852ebea76f1761997a4e83325ef8bee506..ef73b9057baf096e2d59a333cfffaf404cc30577 100755 (executable)
--- a/build.py
+++ b/build.py
@@ -293,7 +293,8 @@ if __name__ == '__main__':
                 close_fds=True,
                 stdout=subprocess.PIPE,
                 stderr=subprocess.PIPE,
-                cwd='./'
+                cwd='./',
+               universal_newlines=true
         )
 
         ret = git_log.wait()