Package backend :: Package server :: Package importlib :: Module packageImport :: Class PackageImport
[hide private]
[frames] | no frames]

Class PackageImport

source code


Instance Methods [hide private]
 
__init__(self, batch, backend, caller=None, update_last_modified=0) source code
 
_rpm_knows(self, tag) source code
 
_processPackage(self, package) source code
 
fix(self) source code
 
submit(self) source code
 
subscribeToChannels(self) source code
 
__postprocess(self) source code
 
__postprocessPackage(self, package)
populate the columns foo_id with id numbers from appropriate hashes
source code
 
_comparePackages(self, package1, package2) source code
 
_cleanup_object(self, object) source code
 
_import_signatures(self) source code
 
_fix_encoding(self, text) source code

Inherited from ChannelPackageSubscription: compute_affected_channels, preprocess

Inherited from importLib.Import: cleanup, run, setForceVerify, setIgnoreUploaded, setTransactional, setUploadForce, status

Method Details [hide private]

__init__(self, batch, backend, caller=None, update_last_modified=0)
(Constructor)

source code 
Overrides: importLib.Import.__init__

_processPackage(self, package)

source code 
Overrides: importLib.Import._processPackage

fix(self)

source code 
Overrides: importLib.Import.fix

submit(self)

source code 
Overrides: importLib.Import.submit

_comparePackages(self, package1, package2)

source code 
Overrides: ChannelPackageSubscription._comparePackages

_cleanup_object(self, object)

source code 
Overrides: importLib.Import._cleanup_object