Part of lp.soyuz.interfaces.livefs View In Hierarchy
Known subclasses: lp.soyuz.interfaces.webservice.ILiveFS
ILiveFS attributes that require launchpad.View permission.| Method | requestBuild | Request that the live filesystem be built. |
Inherited from IPrivacy:
| Bool | private | Private objects are visible to members or subscribers. |
| Parameters | requester | The person requesting the build. |
| archive | The IArchive to associate the build with. | |
| distro_arch_series | The architecture to build for. | |
| The pocket that should be targeted. | ||
| unique_key | An optional unique key for this build; if set, this identifies a class of builds for this live filesystem. | |
| metadata_override | An optional JSON string with a dict of data about the image; this will be merged into the metadata dict for the live filesystem. | |
| version | A version string for this build; if not set, a version string will be generated from the date and time when the build was requested. | |
| Returns | ILiveFSBuild. | |