From: Holger Levsen Date: Thu, 1 Sep 2011 16:20:22 +0000 (+0200) Subject: nicer changelog for daily builds X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=ef5de37e2ea4668db96fe64ae2f5f8c9e9540988;p=profitbricks%2Fjenkins-build-scripts.git nicer changelog for daily builds --- diff --git a/build.py b/build.py index b0dd798..c68d243 100755 --- a/build.py +++ b/build.py @@ -323,7 +323,7 @@ if __name__ == '__main__': logger.debug('Trying to call: %s' %(cmd)) dch = subprocess.Popen( - ' '.join(cmd), + cmd, shell=False, close_fds=True, stdin=git_log.stdout,