Kickstarts always end up pointing to a channel that they're getting
rpms from. Lookup what channel that is and then just use the regular
repository
|
|
| __init__(self,
kickstart,
clientInfo,
rhnParent=None,
rhnParentXMLRPC=None,
httpProxy=None,
httpProxyUsername=None,
httpProxyPassword=None,
caChain=None,
orgId=None,
child=None,
session=None,
systemId=None) |
source code
|
|
|
|
| _lookupKickstart(self,
fileName,
rhnParentXMLRPC,
httpProxy,
httpProxyUsername,
httpProxyPassword,
caChain) |
source code
|
|
|
|
|
|
|
_getMapping(self,
server)
Generate a hash that tells us what channel this kickstart is looking
at. |
source code
|
|
|
Inherited from Repository:
getPackagePath,
getSourcePackagePath
Inherited from spacewalk.common.rhnRepository.Repository:
__del__,
getPackage,
getPackageHeader,
getPackageSource,
set_compress_headers
Inherited from spacewalk.common.rhnRepository.Repository (private):
_getFile,
_getHeaderFromFile
Inherited from spacewalk.common.RPC_Base.RPC_Base:
get_function
|