mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
Add KEYID config var to be specified package-globally
The KEYID variable is currently supported by 3 scripts: requestsync, sponsor-patch, and syncpackage
This commit is contained in:
parent
346aae9d42
commit
2e9d81bdda
@ -41,6 +41,7 @@ class UDTConfig(object):
|
||||
'UBUNTU_PORTS_MIRROR': 'http://ports.ubuntu.com',
|
||||
'UPDATE_BUILDER': False,
|
||||
'WORKDIR': None,
|
||||
'KEYID': None,
|
||||
}
|
||||
# Populated from the configuration files:
|
||||
config = {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user