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 noblethen call build
../runbooks/meta-gbp buildThe 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 noble \
../python3.13/debian/control > dockerfiles/Dockerfile.noble