From: Holger Levsen Date: Wed, 8 Feb 2012 15:25:01 +0000 (+0100) Subject: no duplicate build log output X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=d0c73385a33a81a19c60ec01b87d3ffc31069876;p=profitbricks%2Fjenkins-build-scripts.git no duplicate build log output --- diff --git a/debian_build.py b/debian_build.py index fd32029..0a6c11f 100755 --- a/debian_build.py +++ b/debian_build.py @@ -444,12 +444,12 @@ if __name__ == '__main__': logger.debug('git-buildpackage executed successfully') # if not ret: build_log=os.path.join('../build-area/result/', '%s_%s_amd64.build' % (pkg_name, version)) - try: - fh = open(build_log, 'r') - logger.debug('Output of the deb build: %s' % (fh.read())) - fh.close() - except: - pass +# try: +# fh = open(build_log, 'r') +# logger.debug('Output of the deb build: %s' % (fh.read())) +# fh.close() +# except: +# pass # exit_error() # else: try: