Do not use 'Generates .files' 69/63769/1
authorYonghee Han <onstudy@samsung.com>
Sat, 26 Mar 2016 05:33:04 +0000 (14:33 +0900)
committerYonghee Han <onstudy@samsung.com>
Sat, 26 Mar 2016 05:33:04 +0000 (14:33 +0900)
error : <urlopen error [Errno 101] Network is unreachable>

Change-Id: I28d1a0a6c955e54bab23cfdd01c1f80588fa558b

job_imager.py

index a69528b..88b4d81 100755 (executable)
@@ -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'])