Part of lp.soyuz.model.archive View In Hierarchy
| Method | get | See IArchiveSet. |
| Method | getByReference | See IArchiveSet. |
| Method | getPPAByDistributionAndOwnerName | See IArchiveSet |
| Method | getByDistroPurpose | See IArchiveSet. |
| Method | getByDistroAndName | See IArchiveSet. |
| Method | new | See IArchiveSet. |
| Method | __iter__ | See IArchiveSet. |
| Method | getPPAOwnedByPerson | See IArchiveSet. |
| Method | getPPAsForUser | See IArchiveSet. |
| Method | getPPADistributionsForUser | See IArchiveSet. |
| Method | getPPAsPendingSigningKey | See IArchiveSet. |
| Method | getLatestPPASourcePublicationsForDistribution | See IArchiveSet. |
| Method | getMostActivePPAsForDistribution | See IArchiveSet. |
| Method | getPrivatePPAs | See IArchiveSet. |
| Method | getArchivesForDistribution | See IArchiveSet. |
| Method | getPublicationsInArchives | See IArchiveSet. |
| Method | empty_list | See `IArchiveSet. |
| Method | _getDefaultArchiveNameByPurpose | Return the default for a archive in a given purpose. |
| Method | _getDefaultDisplayname | See IArchive. |
| Method | _getPPAsForUserClause | Base clause for getPPAsForUser and getPPADistributionsForUser. |
Return the default for a archive in a given purpose.
The default names are:
- PRIMARY: 'primary';
- PARTNER: 'partner';
- PPA: 'ppa'.
| Parameters | purpose | queried ArchivePurpose. |
| Returns | the name text to be used as name. | |
| Raises | AssertionError If the given purpose is not in this list,
i.e. doesn't have a default name. | |
IArchiveSet.IArchiveSet.IArchiveSet.