[syncpackage] downloads .dsc files into current directory
Bug #838361 reported by
Benjamin Drung
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ubuntu-dev-tools (Ubuntu) |
Fix Released
|
Medium
|
Stefano Rivera |
Bug Description
syncpackage downloads .dsc files into current directory even in the new LP mode. syncpackage should download the .dsc files into memory and not store them on the hard drive.
Related branches
lp://staging/~stefanor/ubuntu-dev-tools/delay-writing-dsc-838361
- Ubuntu Development Team: Pending requested
-
Diff: 183 lines (+50/-37)3 files modifieddebian/changelog (+3/-0)
ubuntutools/archive.py (+39/-37)
ubuntutools/test/test_archive.py (+8/-0)
Changed in ubuntu-dev-tools (Ubuntu): | |
importance: | Undecided → Medium |
Changed in ubuntu-dev-tools (Ubuntu): | |
assignee: | nobody → Stefano Rivera (stefanor) |
status: | New → In Progress |
Changed in ubuntu-dev-tools (Ubuntu): | |
status: | In Progress → Fix Committed |
To post a comment you must log in.
The .dsc file download should be silent. The .dsc file isn't that big that we need a progress indicator.