Lines Matching refs:format
41 logging.info('Creating branch {branch} in {dir}'.format(
47 logging.info('Removing any old files in {}'.format(install_dir))
48 for file in glob.glob('{}/*'.format(install_dir)):
55 logging.error('Error: {}'.format(error))
78 logging.info('Fetching {pattern} from {branch} (bid: {build})'.format(
82 manifest_pattern = 'manifest_{}.xml'.format(build)
83 logging.info('Fetching {file} from {branch} (bid: {build})'.format(
90 logging.info('Fetching local VNDK snapshot from {}'.format(local_dir))
95 logging.info('Unzipping VNDK snapshot: {}'.format(artifact))
103 logging.info('Creating {} directory to gather all NOTICE files...'.format(
110 '{}/*.txt'.format(notices_dir_per_arch)):
130 logging.info('Rename {} to have version suffix'.format(vndk_version))
170 logging.error('***CANNOT INSTALL VNDK SNAPSHOT***: {}'.format(error))
180 Taken from branch {branch}.""").format(
231 'The specified local directory, {}, does not exist.'.format(
241 install_dir = os.path.join(PREBUILTS_VNDK_DIR, 'v{}'.format(vndk_version))
246 'before installing new snapshot.'.format(ver=vndk_version))
276 'Successfully updated VNDK snapshot v{}'.format(vndk_version))
278 logging.error('FAILED TO INSTALL SNAPSHOT: {}'.format(error))
283 'Deleting temp_artifact_dir: {}'.format(temp_artifact_dir))
289 'Successfully created commit for VNDK snapshot v{}'.format(