apt: move the keyserver lookup URL to data/keyserver.yml
This commit is contained in:
+3
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user