Provide a way to store upstream tarballs as threads in looms
Bug #516705 reported by
Mathias Gug
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Distributed Development |
Confirmed
|
Medium
|
Unassigned | ||
bzr-builddeb |
Triaged
|
Medium
|
Unassigned |
Bug Description
upstream tarballs are not stored in a way that makes use of looms; we should teach builddeb how to do that.
Changed in udd: | |
importance: | Undecided → Medium |
status: | New → Confirmed |
Changed in bzr-builddeb: | |
importance: | Undecided → Medium |
status: | New → Triaged |
To post a comment you must log in.
Its not that it doesn't work with looms, its that we want the metadata stored slightly differently - thread rather than tag. This needs to be applied to import-dsc and merge-upstream.
As a first step I've written an import-upstream that will store into a tag as import-dsc and merge-upstream do; but that doesn't fix this bug.