Intra-archive copying of a source with a failed build may leave that source uncopyable
Bug #527551 reported by
William Grant
This bug affects 5 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Triaged
|
High
|
Unassigned |
Bug Description
If a build fails in one series, and then the source is copied with binaries to another, the new series will gain a build to replace the previous failure. If this new build succeeds, it obscurely becomes impossible to copy from the original series, as it is missing the binary from the second series. Ideally this situation would be avoided somehow, but making the error message ("binaries conflicting with the existing ones") more obvious would help.
Changed in launchpad: | |
importance: | Low → High |
tags: | added: package-copies |
To post a comment you must log in.
Interesting. I'm not sure what's best to do here. We could prevent copying with binaries if any are failed, but that might prevent legitimate copies. Or, we could just fix the error message.