Part of lp.soyuz.browser.distroarchseries View In Hierarchy
Inherited from IDistroArchSeriesPublic (via IDistroArchSeries):
| Attribute | id | Identifier |
| Attribute | packages | List of binary packages in this port. |
| Method | updatePackageCount | Update the cached binary package count for this distro arch |
| Method | getPocketChroot | Return the PocketChroot for this series, pocket, and image type. |
| Method | getChroot | Return the Chroot for this series, pocket, and image type. |
| Method | getChrootURL | Return the chroot URL for this series, pocket, and image type. |
| Method | addOrUpdateChroot | Return the just added or modified PocketChroot. |
| Method | searchBinaryPackages | Search BinaryPackageRelease published in this series for those |
| Method | __getitem__ | Getter |
| Method | getBinaryPackage | Return the DistroArchSeriesBinaryPackage with the given name in |
| Method | getSourceFilter | Get the filter for packages to build for this architecture, if any. |
| Method | isSourceIncluded | Is this source package included in this distro arch series? |
Inherited from IHasBuildRecords (via IDistroArchSeries, IDistroArchSeriesPublic):
| Method | getBuildRecords | Return build records in the context it is implemented. |
Inherited from IHasOwner (via IDistroArchSeries, IDistroArchSeriesPublic):
| Attribute | owner | The object's owner, which is an IPerson. |
Inherited from IDistroArchSeriesModerate (via IDistroArchSeries):
| Method | setChroot | Set the chroot tarball used for builds in this architecture. |
| Method | setChrootFromBuild | Set the chroot tarball from a live filesystem build. |
| Method | removeChroot | Remove the chroot tarball used for builds in this architecture. |
| Method | setSourceFilter | Set a filter for packages to build for this architecture. |
| Method | removeSourceFilter | Remove any filter for packages to build for this architecture. |