Home | History | Annotate | Download | only in bots

Lines Matching refs:recipes_path

64     recipes_path (str) - native path to where the recipes live inside of the
79 return None, pb.get('recipes_path', '')
91 recipes_path = pb.get('recipes_path', '')
103 recipes_path = os.path.join(
104 repo_root, recipes_path.replace('/', os.path.sep))
105 return EngineDep(**engine), recipes_path
149 dep, recipes_path = parse(repo_root, recipes_cfg_path)
152 return os.path.join(repo_root, recipes_path)
165 engine = os.path.join(recipes_path, '.recipe_deps', 'recipe_engine')