Part of lp.soyuz.interfaces.copypolicy View In Hierarchy
PackageCopyPolicy
.Choice | enum_value | Undocumented |
Bool | send_email | Undocumented |
Method | autoApprove | Can this upload of a known package be approved automatically? |
Method | autoApproveNew | Can this upload of a new package be approved automatically? |
This should only be called for packages that are known not new.
Parameters | archive | The target IArchive for the upload. |
distroseries | The target IDistroSeries for the upload. | |
The target PackagePublishingPocket for the upload. | ||
Returns | True if the upload can be auto-approved, or False if it should be held in the queue. |
Parameters | archive | The target IArchive for the upload. |
distroseries | The target IDistroSeries for the upload. | |
The target PackagePublishingPocket for the upload. | ||
Returns | True if the upload can be auto-approved, or False if it should be held in the queue. |