Lines Matching refs:recipes_cfg_path
59 def parse(repo_root, recipes_cfg_path): argument
74 with open(recipes_cfg_path, 'r') as fh:
80 recipes_cfg_path)
95 recipes_cfg_path)
109 raise MalformedRecipesCfg(str(ex), recipes_cfg_path)
171 def checkout_engine(engine_path, repo_root, recipes_cfg_path): argument
172 dep, recipes_path = parse(repo_root, recipes_cfg_path)
233 engine_override, recipes_cfg_path = parse_args(args)
235 if recipes_cfg_path:
238 os.path.dirname(os.path.dirname(recipes_cfg_path)))
245 recipes_cfg_path = os.path.join(repo_root, 'infra', 'config', 'recipes.cfg')
246 args = ['--package', recipes_cfg_path] + args
247 engine_path = checkout_engine(engine_override, repo_root, recipes_cfg_path)