Lines Matching refs:format
63 '{manifest} not found at {manifest_file}'.format(
117 logging.info('Checking if revision {rev} exists in {proj}'.format(
121 'git', '-C', path, 'rev-list', 'HEAD..{}'.format(revision)
125 logging.error('Error: {}'.format(error))
131 format(proj=git_project_path, rev=output))
135 'Found revision {rev} in project {proj}'.format(
148 format(rev=revision, proj=git_project_path))
152 '{}^2'.format(revision)]
157 '{err}'.format(
160 'in the current branch'.format(revision))
179 '{err}'.format(
200 notice_files = glob.glob('{}/*'.format(self._notice_files_dir))
202 raise RuntimeError('No license files found in {}'.format(
218 logging.info('GPL projects found: {}'.format(', '.join(gpl_projects)))
231 'No project found for {path} in {manifest}'.format(
242 format(lib=lib, module_paths=self.MODULE_PATHS_TXT))
245 logging.info('Released GPL projects: {}'.format(released_projects))
250 'current tree: {}'.format(unreleased_projects)))
260 help='VNDK snapshot version to check, e.g. "{}".'.format(
290 install_dir = os.path.join(PREBUILTS_VNDK_DIR, 'v{}'.format(vndk_version))
295 .format(install_dir))
300 manifest_pattern = 'manifest_{}.xml'.format(args.build)
302 logging.info('Fetching {file} from {branch} (bid: {build})'.format(
312 logging.error('Error: {}'.format(error))
316 'Deleting temp_artifact_dir: {}'.format(temp_artifact_dir))