From: Holger Levsen Date: Thu, 1 Sep 2011 15:34:15 +0000 (+0200) Subject: output .changes file of succesful builds X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=e7ee48634e23c18c02858eae3d38c6c7857ee44a;p=profitbricks%2Fjenkins-build-scripts.git output .changes file of succesful builds --- diff --git a/build.py b/build.py index 94d1ae0..9559146 100755 --- a/build.py +++ b/build.py @@ -411,6 +411,11 @@ if __name__ == '__main__': create_dput_cfg() changes_file = '%s_%s_amd64.changes' % (pkg_name, version) dput_package_upload(os.path.join(GIT_TARGET_WORKSPACE, 'build-area/result/', changes_file)) + + fh = open(changes_file, 'r') + logger.info('%s' % (fh.read())) + fh.close() + #logger.debug(os.listdir('./')) #logger.debug(os.listdir('../'))