Package conary :: Module conarycfg
[hide private]
[frames] | no frames]

Module conarycfg

source code

Implements conaryrc handling.

Classes [hide private]
  ServerGlobList
  UserInformation
  CfgUserInfoItem
  CfgUserInfo
  EntitlementList
  CfgEntitlementItem
  CfgEntitlement
  CfgLabel
  CfgRepoMapEntry
  RepoMap
  CfgRepoMap
  CfgFlavor
  CfgFingerPrintMapItem
  CfgFingerPrintMap
  CfgFingerPrint
  CfgLabelList
  ProxyEntry
  CfgProxy
  CfgSearchPathItem
  ConaryContext
Conary uses context to let the value of particular config parameters be set based on a keyword that can be set at the command line.
  ConaryConfiguration
  EntitlementParser
Functions [hide private]
 
_getDefaultPublicKeyrings() source code
 
selectSignatureKey(cfg, label) source code
 
emitEntitlement(serverName, className=None, key=None, timeout=None, retryOnTimeout=None) source code
 
loadEntitlementFromString(xmlContent, *args, **kw) source code
 
loadEntitlementFromProgram(fullPath, serverName)
Executes the given file to generate an entitlement.
source code
 
loadEntitlement(dirName, serverName) source code
 
getProxyFromConfig(cfg)
Get the proper proxy configuration variable from the supplied config object
source code
Variables [hide private]
  CfgSearchPath = <conary.lib.cfgtypes.CfgLineList object at 0x2...
Function Details [hide private]

loadEntitlementFromProgram(fullPath, serverName)

source code 
Executes the given file to generate an entitlement. The executable must print to stdout a full valid entitlement xml blob.

Variables Details [hide private]

CfgSearchPath

Value:
CfgLineList(CfgSearchPathItem)