]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
lets try to get rid of the double clone
authorHolger Levsen <holger@layer-acht.org>
Wed, 8 Feb 2012 17:53:54 +0000 (18:53 +0100)
committerHolger Levsen <holger@layer-acht.org>
Wed, 8 Feb 2012 17:53:54 +0000 (18:53 +0100)
debian_build.py

index f750549f63f277801fc0cca38e0424020702ff3e..cf7bf399173a5fe59a035ed1eb7e2beeba392642 100755 (executable)
@@ -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()))