Lines Matching refs:customrecipe
230 customrecipe = CustomImageRecipe.objects.get(
235 customrecipe, layers)
252 def setup_custom_image_recipe(self, customrecipe, layers): argument
273 layer_version=customrecipe.base_recipe.layer_version)
290 customrecipe.base_recipe.layer_version.dirpath)
292 customrecipe.base_recipe.layer_version.dirpath = br_layer_base_dirpath
294 customrecipe.base_recipe.layer_version.save()
298 customrecipe.name)
300 recipef.write(customrecipe.generate_recipe_file_contents())
303 customrecipe.layer_version.dirpath = layerpath
304 customrecipe.layer_version.layer.local_source_dir = layerpath
305 customrecipe.layer_version.layer.save()
306 customrecipe.layer_version.save()
308 customrecipe.file_path = recipe_path
309 customrecipe.save()