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)):
127 logging.info('Rename {} to have version suffix'.format(file_name))
139 logging.info('Creating empty file: {}'.format(path))
166 logging.error('***CANNOT INSTALL VNDK SNAPSHOT***: {}'.format(error))
176 Taken from branch {branch}.""").format(
186 help='VNDK snapshot version to install, e.g. "{}".'.format(
228 'The specified local directory, {}, does not exist.'.format(
238 install_dir = os.path.join(PREBUILTS_VNDK_DIR, 'v{}'.format(vndk_version))
243 'before installing new snapshot.'.format(ver=vndk_version))
273 'Successfully updated VNDK snapshot v{}'.format(vndk_version))
275 logging.error('FAILED TO INSTALL SNAPSHOT: {}'.format(error))
280 'Deleting temp_artifact_dir: {}'.format(temp_artifact_dir))
286 'Successfully created commit for VNDK snapshot v{}'.format(