A "recipe" is a description of the steps bzr-builder should take to
construct a source package from the various bzr branches. Its format
specifies:
- where to use the code from (trunk branch, beta branch, etc.), where to get the packaging from (separate branch? ubuntu branch?)
- the correct package version (so users will still be able to upgrade to the stable version of the distro once it gets released)
- what to modify to make the source build properly
We strongly recommend that you test your recipe locally first.
Read more...