Package backend :: Package server :: Package repomd :: Module repository
[hide private]
[frames] | no frames]

Module repository

source code

Classes [hide private]
  Repository
Representation of RHN channels as repository metadata.
  CompressedRepository
Decorator for Repositories adding gzip compression of the output.
  CachedRepository
Decorator for Repositories adding caching.
  MetadataRepository
A repository that can provide repomd data.
  NoTimeStampGzipFile
Functions [hide private]
 
get_repository(channel)
Factory Method-ish function to create a repository from a channel.
source code
Variables [hide private]
  CHUNK_SIZE = 1048576
  comps_mapping = {'rhel-i386-client-5': 'rhn/kickstart/ks-rhel-...
  __package__ = 'backend.server.repomd'
  arch = 'ppc'
  k = 'rhel-x86_64-client-5'
Variables Details [hide private]

comps_mapping

Value:
{'rhel-i386-client-5': 'rhn/kickstart/ks-rhel-i386-client-5/Client/rep\
odata/comps-rhel5-client-core.xml',
 'rhel-i386-client-vt-5': 'rhn/kickstart/ks-rhel-i386-client-5/VT/repo\
data/comps-rhel5-vt.xml',
 'rhel-i386-client-workstation-5': 'rhn/kickstart/ks-rhel-i386-client-\
5/Workstation/repodata/comps-rhel5-client-workstation.xml',
 'rhel-i386-server-5': 'rhn/kickstart/ks-rhel-i386-server-5/Server/rep\
odata/comps-rhel5-server-core.xml',
...