[TIC-CORE] fix partitions info for default recipe
[archive/20170607/tools/tic-core.git] / tic / command.py
index 5ff9b2b..92f3c75 100644 (file)
@@ -60,14 +60,6 @@ def analyze(repo_list, recipe_list=None):
     #Download repodata from repositories (Remote/Local)
     repoinfo = get_repodata_from_repos(repos, DEFAULT_CACHEDIR)
     logger.info('time to get repodata from repo: %d ms', misc.get_timestamp() - start_time)
-    
-#     checksum_list=[]
-#     for repo in repoinfo:
-#         checksum_list.append(repo['checksum']);
-#     all_checksum='_'.join(checksum_list);
-#     analysis_file=os.path.join(DEFAULT_ANALYSIS_CACHEDIR, all_checksum, 'analysis.json')
-#     if os.path.exists(analysis_file):
-#         pass
 
     start_time = misc.get_timestamp()
     # Parse the xml files for the analysis of package (.rpm)