Package backend :: Package server :: Package importlib :: Module archImport :: Class ServerPackageArchCompatImport
[hide private]
[frames] | no frames]

Class ServerPackageArchCompatImport

source code


Instance Methods [hide private]

Inherited from BaseArchCompatImport: __init__, fix, preprocess, submit

Inherited from BaseArchCompatImport (private): _postprocess

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

Inherited from importLib.Import (private): _cleanup_object, _processPackage

Class Variables [hide private]
  arches1_lookup_method_name = 'lookupServerArches'
  arches2_lookup_method_name = 'lookupPackageArches'
  arches1_name = 'server-arch'
  arches2_name = 'package-arch'
  arches1_field_name = 'server_arch_id'
  arches2_field_name = 'package_arch_id'
  submit_method_name = 'processServerPackageArchCompatMap'