Merge lp:~jameinel/udd/single-download-524123 into lp:udd
Proposed by
John A Meinel
on 2010-02-19
| Status: | Merged | ||||
|---|---|---|---|---|---|
| Merged at revision: | not available | ||||
| Proposed branch: | lp:~jameinel/udd/single-download-524123 | ||||
| Merge into: | lp:udd | ||||
| Diff against target: |
103 lines (+49/-13) 1 file modified
import_package.py (+49/-13) |
||||
| To merge this branch: | bzr merge lp:~jameinel/udd/single-download-524123 | ||||
| Related bugs: |
|
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Ubuntu Distributed Development Developers | 2010-02-19 | Pending | |
|
Review via email:
|
|||
To post a comment you must log in.
| John A Meinel (jameinel) wrote : | # |

This changes the dget code so that if a file exists locally, it computes the md5sum and only downloads it if the hash misses. (bug #524123.)
I have confirmed that in a single run of 'import_package gnome_panel' I'm getting cache hits (and thus not downloading the same file multiple times.)