From: Holger Levsen Date: Wed, 31 Aug 2011 17:34:41 +0000 (+0200) Subject: properly feed it into stdin X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=c94575d1e50e58018bf4792c91d27eb8b98681d7;p=profitbricks%2Fjenkins-build-scripts.git properly feed it into stdin --- diff --git a/build.py b/build.py index 9fa1028..5ee3025 100755 --- a/build.py +++ b/build.py @@ -365,7 +365,7 @@ if __name__ == '__main__': cmd, shell=False, close_fds=True, - stdin=stdout_msg, + stdin=parse_changelog.stdout, stdout=subprocess.PIPE, stderr=subprocess.PIPE, cwd='./'