From c13370096d9e8b90dc04e69f9ce9570b3f810d6d Mon Sep 17 00:00:00 2001 From: Tommie Gannert Date: Fri, 17 May 2024 11:40:10 +0200 Subject: [PATCH] Adds instructions on adding a new Ubuntu distribution in README. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 46c78f2..c0b8449 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,17 @@ Additionally: The authoritative source of supported distributions and architectures is [`conf/distributions`](https://github.com/tommie/innernet-debian/blob/main/debian/conf/distributions). +## Maintenance + +### Adding a Distribution + +When Ubuntu/Debian releases a new version, we need to + +1. Add the new distribution in `debian/conf/distributions`. +1. Update `.github/workflows/main.yml` in + * `check-repo-release` to find existing package versions, + * `build-deb` matrix to build on the new version. + ## License The repository maintenance code itself is under the MIT License.