From: Mathias Klette Date: Mon, 4 Jun 2012 13:12:53 +0000 (+0200) Subject: ... X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=27a4295f1e0c840bdd681a4e40e0f4026eaac0fa;p=profitbricks%2Fjenkins-build-scripts.git ... --- diff --git a/debian_build.py b/debian_build.py index e113a85..2f06b0d 100755 --- a/debian_build.py +++ b/debian_build.py @@ -217,11 +217,11 @@ if __name__ == '__main__': logger.debug('Called in: %s' % os.getcwd()) logger.debug('Called with: %s' % " ".join(sys.argv)) logger.debug( - 'Environment: export \\\n%s' + 'Environment: \n%s' %( ' '.join( map( - lambda x: ' %s="%s" \\' %(x[0], x[1]), + lambda x: ' %s="%s" \n' %(x[0], x[1]), os.environ.iteritems() ) )