Adds instructions on adding a new Ubuntu distribution in README.

main
Tommie Gannert 2024-05-17 11:40:10 +02:00
parent 6b9130dcf6
commit c13370096d
1 changed files with 11 additions and 0 deletions

View File

@ -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.