From 1d07465363d632e2b21366c0adb1be808997387c Mon Sep 17 00:00:00 2001 From: Yonghee Han Date: Sat, 26 Mar 2016 14:33:04 +0900 Subject: [PATCH] Do not use 'Generates .files' error : Change-Id: I28d1a0a6c955e54bab23cfdd01c1f80588fa558b --- job_imager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/job_imager.py b/job_imager.py index a69528b..88b4d81 100755 --- a/job_imager.py +++ b/job_imager.py @@ -279,7 +279,7 @@ def main(): sync_src = os.path.join(outdir, build_id) # Generates .files which contains package name and its file list - gen_pkg_filelist(fields,os.path.join(sync_src,'images')) + #gen_pkg_filelist(fields,os.path.join(sync_src,'images')) convert_image_dir(os.path.join(sync_src, 'images'), fields['repo'], fields['name']) -- 2.7.4