mirror of
https://github.com/angristan/openvpn-install.git
synced 2026-07-30 11:18:13 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user