From: Erik Winkels Date: Tue, 2 Jun 2026 10:26:46 +0000 (+0200) Subject: Add Ubuntu Resolute to repo test script. X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=refs%2Fpull%2F17499%2Fhead;p=thirdparty%2Fpdns.git Add Ubuntu Resolute to repo test script. Also add `dnsdist-21` for Resolute. --- diff --git a/build-scripts/docker/repo-test/generate-repo-files.py b/build-scripts/docker/repo-test/generate-repo-files.py index 96f7080bf6..c36c33a113 100755 --- a/build-scripts/docker/repo-test/generate-repo-files.py +++ b/build-scripts/docker/repo-test/generate-repo-files.py @@ -234,6 +234,13 @@ def write_release_files(release): write_dockerfile("ubuntu", "noble", release) write_list_file("ubuntu", "noble", release) + if release in [ + "dnsdist-21", + "dnsdist-master", + ]: + write_dockerfile("ubuntu", "resolute", release) + write_list_file("ubuntu", "resolute", release) + # Test Release Functions