Handle unsupported OpenVPN APT suites (#1502)

## Summary

- check that the official OpenVPN APT repository publishes the detected
suite before configuring it
- fall back to distribution packages for unsupported suites such as
Debian Sid/Forky
- remove stale repository configuration so failed installations can be
retried
- add Debian Sid to the Docker test matrix

Closes #1498
This commit is contained in:
Stanislas
2026-07-24 21:10:30 +02:00
committed by GitHub
parent 935e5591e1
commit 25476a7143
3 changed files with 38 additions and 6 deletions
+4
View File
@@ -78,6 +78,9 @@ test-debian-11:
test-debian-12:
$(MAKE) test BASE_IMAGE=debian:12
test-debian-sid:
$(MAKE) test BASE_IMAGE=debian:sid
test-fedora-40:
$(MAKE) test BASE_IMAGE=fedora:40
@@ -125,6 +128,7 @@ test-all:
$(MAKE) test-ubuntu-24.04
$(MAKE) test-debian-11
$(MAKE) test-debian-12
$(MAKE) test-debian-sid
$(MAKE) test-fedora-40
$(MAKE) test-fedora-41
$(MAKE) test-rocky-8