Release lifecycle runbooks.
This is mostly for documenting how the development / release of deadsnakes packages is done.
first materialize the repo / distribution you want to work on:
../runbooks/meta-gbp materialize noble
then call build
../runbooks/meta-gbp build
The output will be in ../dist
.
Use the ./make-new-image
script to generate a dockerfile based on a
control file. For example:
./make-new-image \
--codename focal \
../python3.6/debian/control > dockerfiles/Dockerfile.focal