Base class for distribution specific functionality.
This class defines the API available to update-manager’s core.
Implementations must be subclasses of this base class.
Called only when hasDistUpgradeCheck returns True.
This method should do the actual check (MetaRelease functionality).
Starts a changelog fetch thread and calls the given handler object accordingly.
Parameters: |
|
---|
Returns an update category ID for the package referred to by package_upd_info.
Parameter: | pkg_info – UpdateManager.Backend.PackageInfoBase object. |
---|---|
Returns: | Update category ID |
Returns an update category name for the update category id specified.
Parameter: | update_category_id – Update category id |
---|