Lines Matching refs:recipes_cfg_path
47 def parse(repo_root, recipes_cfg_path): argument
62 with open(recipes_cfg_path, 'rU') as fh:
68 recipes_cfg_path)
80 recipes_cfg_path)
94 raise MalformedRecipesCfg(ex.message, recipes_cfg_path)
137 def checkout_engine(engine_path, repo_root, recipes_cfg_path): argument
138 dep, recipes_path = parse(repo_root, recipes_cfg_path)
179 engine_override, recipes_cfg_path = parse_args(args)
181 if recipes_cfg_path:
185 os.path.dirname(recipes_cfg_path)))
192 recipes_cfg_path = os.path.join(repo_root, 'infra', 'config', 'recipes.cfg')
193 args = ['--package', recipes_cfg_path] + args
195 engine_path = checkout_engine(engine_override, repo_root, recipes_cfg_path)