Merge lp:~mvo/snappy/snappy-refactor-progress-pkgname into lp:~snappy-dev/snappy/snappy-moved-to-github
Proposed by
Michael Vogt
on 2015-05-06
| Status: | Merged |
|---|---|
| Approved by: | John Lenton on 2015-05-06 |
| Approved revision: | 442 |
| Merged at revision: | 442 |
| Proposed branch: | lp:~mvo/snappy/snappy-refactor-progress-pkgname |
| Merge into: | lp:~snappy-dev/snappy/snappy-moved-to-github |
| Diff against target: |
225 lines (+24/-25) 11 files modified
cmd/snappy/cmd_install.go (+1/-1) cmd/snappy/cmd_purge.go (+1/-1) cmd/snappy/cmd_remove.go (+1/-1) cmd/snappy/cmd_rollback.go (+1/-1) cmd/snappy/cmd_set.go (+1/-1) cmd/snappy/cmd_update.go (+2/-2) progress/progress.go (+8/-9) progress/progress_test.go (+6/-6) snappy/common_test.go (+1/-1) snappy/snapp.go (+1/-1) snappy/systemimage_native.go (+1/-1) |
| To merge this branch: | bzr merge lp:~mvo/snappy/snappy-refactor-progress-pkgname |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| John Lenton | 2015-05-06 | Approve on 2015-05-06 | |
|
Review via email:
|
|||
Commit Message
Refactor the progress interface to not take a pkgname in New()
Description of the Change
This is a followup branch for the comment of John in
https:/
John points out that the package name is only used in Progress.Start()
and that for some operations (like garbage collect) it does not make
sense to set it for the entire progress. So this branch updates the
code to only use the pkgname in Start()
To post a comment you must log in.


Whee!