From: Holger Levsen Date: Wed, 8 Feb 2012 17:19:33 +0000 (+0100) Subject: lets try to get rid of the double clone X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=2b162fd5c6bc40a3a7ded0f0ba3795fb52079eae;p=profitbricks%2Fjenkins-build-scripts.git lets try to get rid of the double clone --- diff --git a/debian_build.py b/debian_build.py index 8853bbd..6549ded 100755 --- a/debian_build.py +++ b/debian_build.py @@ -458,7 +458,7 @@ if __name__ == '__main__': # strip epoch if ":" in version: version = version.split(":", 1)[1] - changes_file = os.path.join(CWD, 'build-area/', '%s_%s_amd64.changes' % (pkg_name, version)) + changes_file = os.path.join(CWD, 'build-area/result/', '%s_%s_amd64.changes' % (pkg_name, version)) # display changes file fh = open(changes_file, 'r') logger.info('%s' % (fh.read()))