From: Holger Levsen Date: Thu, 1 Sep 2011 08:24:46 +0000 (+0200) Subject: hmp X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=e0ad7ee2a309e145d23d0e6c944c87f1a36c8df9;p=profitbricks%2Fjenkins-build-scripts.git hmp --- diff --git a/build.py b/build.py index 92ddb6b..094ec54 100755 --- a/build.py +++ b/build.py @@ -368,7 +368,7 @@ if __name__ == '__main__': cmd, shell=False, close_fds=True, - stdin=parse_changelog.stdout.read(), + stdin=parse_changelog.stdout, stdout=subprocess.PIPE, stderr=subprocess.PIPE, cwd=os.getcwd()