|
|
__init__(self,
readConfigFiles=False,
ignoreErrors=False,
readProxyValuesFirst=True)
Initialize a ConaryConfiguration object |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
setContext(self,
name)
Copy the config values from the context named name (if any) into
the main config file. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
initializeFlavors(self)
Initialize flavor preferences based on files typically found in
/etc/conary/arch (archDirs) and /etc/conary/use |
source code
|
|
|
Inherited from lib.cfg.SectionedConfigFile:
addConfigOption,
configLine,
getSection,
hasSection,
includeConfigFile,
iterSectionNames,
iterSections,
read,
readUrl,
setSection
Inherited from lib.cfg.ConfigFile:
configKey,
ignoreUrlIncludes,
isUrl,
limitToKeys,
readObject,
setIgnoreErrors
Inherited from lib.cfg._Config:
__contains__,
__getitem__,
__setitem__,
addAlias,
addDirective,
addListener,
display,
displayKey,
getDefaultValue,
getDisplayOption,
isDefault,
items,
iteritems,
iterkeys,
itervalues,
keys,
resetToDefault,
setDisplayOptions,
setValue,
store,
storeKey,
values,
writeToFile
|