diff options
author | Daniel Salzman <daniel.salzman@nic.cz> | 2023-07-23 19:45:24 +0200 |
---|---|---|
committer | Daniel Salzman <daniel.salzman@nic.cz> | 2023-07-23 19:45:24 +0200 |
commit | 117f8b881b834d47778b4e0c430b19ee2fbf2419 (patch) | |
tree | 43bd2e25221275cd178ee4ce43aecf616a30e20e /distro | |
parent | server: initialize credentials without QUIC interface but with a remote over ... (diff) | |
download | knot-117f8b881b834d47778b4e0c430b19ee2fbf2419.tar.xz knot-117f8b881b834d47778b4e0c430b19ee2fbf2419.zip |
distro/config: remove no longer needed RPM aliases
Diffstat (limited to 'distro')
-rw-r--r-- | distro/config/apkg.toml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/distro/config/apkg.toml b/distro/config/apkg.toml index 302238430..0b9f0eb2e 100644 --- a/distro/config/apkg.toml +++ b/distro/config/apkg.toml @@ -22,7 +22,3 @@ distro = ["debian == 11", "ubuntu == 20.04", "ubuntu == 22.04"] [[distro.aliases]] name = "deb-noxdp" distro = ["debian == 10", "ubuntu == 18.04"] - -[[distro.aliases]] -name = "rpm" -distro = ['almalinux', 'centos', 'fedora', 'opensuse', 'oracle', 'rhel', 'rocky', 'scientific'] |