Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 647 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 647 Bytes

runbooks

Release lifecycle runbooks.

This is mostly for documenting how the development / release of deadsnakes packages is done.

building a py#.## repo

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.

adding a dockerfile for a new ubuntu release

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