Skip to content

cookbook: add _get_closest_recipe

Provide a way to shorten the name of a recipe. By example you can invoke:

./cerbero-uninstalled build gst-plugins-bad

or even:

./cerbero-uninstalled build bad

to build the recipe gst-plugins-bad-1.0 as there is only one recipe which matches bad in its name.

Merge request reports