apt: move the keyserver lookup URL to data/keyserver.yml

This commit is contained in:
2026-09-18 13:28:05 +02:00
parent 7af767898e
commit 7601524b7c
4 changed files with 53 additions and 7 deletions
+3 -2
View File
@@ -7,8 +7,9 @@
//!
//! This module is deliberately not a central registry: each file is
//! embedded by the module that owns it (distro_info.rs owns
//! data/distro_info.yml, launchpad.rs owns data/launchpad.yml, put/ssh.rs
//! owns data/host_keys.yml, quirks.rs owns data/quirks.yml) through the
//! data/distro_info.yml, launchpad.rs owns data/launchpad.yml,
//! apt/keyring.rs owns data/keyserver.yml, put/ssh.rs owns
//! data/host_keys.yml, quirks.rs owns data/quirks.yml) through the
//! [`embed_data!`] macro below, so data
//! and its accessors stay together and a diff touching one domain cannot
//! half-touch another. The macro embeds the file at compile time and