Part of lp.registry.interfaces.distroseries View In Hierarchy
Method | get | Retrieve the distro series with the given distroseriesid. |
Method | translatables | Return a set of distroseriess that can be translated in |
Method | queryByName | Query a DistroSeries by name. |
Method | queryByVersion | Query a DistroSeries by version. |
Method | fromSuite | Return the distroseries and pocket for 'suite' of 'distribution'. |
Method | getCurrentSourceReleases | Lookup many distroseries source package releases. |
Method | search | Search the set of distro seriess. |
Returns the matching DistroSeries, or None if not found.
Unknown Field: distribution | An IDistribution. | |
Unknown Field: name | A string. | |
Unknown Field: follow_aliases | If True, follow series aliases. |
Returns the matching DistroSeries, or None if not found.
Unknown Field: distribution | An IDistribution. | |
Unknown Field: name | A string. |
Parameters | distribution | An IDistribution . |
suite | A string that forms the name of a suite. | |
Returns | (IDistroSeries , DBItem ) where the item is from
PackagePublishingPocket . |
Parameters | distro_series_to_source_packagenames | A dictionary with
its keys being IDistroSeries and its values a list of
ISourcePackageName . |
Returns | A dict as per IDistroSeries.getCurrentSourceReleases |
released == True will filter results to only include IDistroSeries with status CURRENT or SUPPORTED.
released == False will filter results to only include IDistroSeriess with status EXPERIMENTAL, DEVELOPMENT, FROZEN.
released == None will do no filtering on status.