Part of lp.registry.model.distributionmirror View In Hierarchy
Method | getLatestPublishingEntry | Return the BinaryPackagePublishingHistory record with the |
Method | _getPackageReleaseURLFromPublishingRecord | Return the URL on this mirror from where the BinaryPackageRelease. |
Inherited from SQLBase:
Method | __init__ | Extended version of the SQLObjectBase constructor. |
Method | __repr__ | Undocumented |
Method | destroySelf | Undocumented |
Method | __eq__ | Equality operator. |
Method | __ne__ | Inverse of __eq__. |
Method | __storm_invalidated__ | Flush cached properties. |
Class Method | _get_store | Undocumented |
Inherited from _MirrorSeriesMixIn:
Method | getURLsToCheckUpdateness | See IMirrorDistroSeriesSource or IMirrorDistroArchSeries. |
Unknown Field: deb_only | If True, return only publishing records whose binarypackagerelease's binarypackagefile.filetype is BinaryPackageFileType.DEB. |
Given a BinaryPackagePublishingHistory, return the URL on this mirror from where the BinaryPackageRelease file can be downloaded.