Part of lp.soyuz.scripts.gina.handlers View In Hierarchy
This class is used to handle the import process.
Method | __init__ | Undocumented |
Method | commit | Commit to the database. |
Method | abort | Rollback changes to the database. |
Method | ensure_arch | Append retrived distroarchseries info to a dict. |
Method | preimport_sourcecheck | Check if this SourcePackageRelease already exists. This can |
Method | import_sourcepackage | Handler the sourcepackage import process |
Method | preimport_binarycheck | Check if this BinaryPackageRelease already exists. This can |
Method | import_binarypackage | Handler the binarypackage import process |
Method | locate_sourcepackage | Undocumented |
Method | publish_sourcepackage | Append to the sourcepackagerelease imported list. |
Method | publish_binarypackage | Undocumented |
Method | _get_distro | Return the distro database object by name. |
Method | _get_distroseries | Return the distroseries database object by name. |