From 8796cf426035d34d04ae4facaa7c14050274577a Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 8 Feb 2012 18:53:54 +0100 Subject: [PATCH] lets try to get rid of the double clone --- debian_build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian_build.py b/debian_build.py index f750549..cf7bf39 100755 --- a/debian_build.py +++ b/debian_build.py @@ -463,7 +463,7 @@ if __name__ == '__main__': # strip epoch if ":" in version: version = version.split(":", 1)[1] - changes_file = os.path.join(CWD, 'build-area/result/', '%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())) -- 2.39.5