sourcepackage recipe builds need manifests
Bug #583474 reported by
Aaron Bentley
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Triaged
|
High
|
Unassigned |
Bug Description
Manifests record which revisions of each branch were used in the last build, making them useful for detecting when a branch has changed since the last build.
Sourcepackagerecipe builds generate a manifest file (we think) but this is not handled by Launchpad.
Instead, we should add a database table for recipe manifests and provide a SourcePackageRe
We will need to customize the handling of BuildBase_
description: | updated |
description: | updated |
Changed in launchpad-code: | |
assignee: | nobody → Aaron Bentley (abentley) |
Changed in launchpad-code: | |
assignee: | Aaron Bentley (abentley) → nobody |
To post a comment you must log in.
We may not actually need a manifest database table. We could just use the manifest to link the appropriate BranchRevisions to the build.