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:
Evan Broder 2012-03-03 15:54:35 -08:00
parent 346aae9d42
commit 2e9d81bdda

View File

@ -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 = {}