From 8aa14adaa8eaf706e0144c23e9257cfd42f4ce76 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Mon, 8 Dec 2014 19:38:26 +0200 Subject: Fix typo breaking publishing of auto-generated BUILD-INFO.txt's. Change-Id: I42ac760365809966f7b6f97506a5170dc23c8a5f --- linaro-cp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linaro-cp.py b/linaro-cp.py index 8feb87a..289fb90 100755 --- a/linaro-cp.py +++ b/linaro-cp.py @@ -100,7 +100,7 @@ class API_v1(object): build_info_file = os.path.join(root, 'BUILD-INFO.txt') if not os.path.exists(build_info_file): dst_file = '%s%s/%s/%s' % ( - self.api_base, dst, rel_path, 'BUILD-INFO.txt') + self.api_base, dst, rel_dir, 'BUILD-INFO.txt') transfer_queue[dst_file] = self.build_info if manifest: manifest.close() -- cgit v1.2.3