Merge lp:~milo/linaro-image-tools/bug1054422 into lp:linaro-image-tools/11.11
Proposed by
Milo Casagrande
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Данило Шеган | ||||
Approved revision: | 568 | ||||
Merged at revision: | 565 | ||||
Proposed branch: | lp:~milo/linaro-image-tools/bug1054422 | ||||
Merge into: | lp:linaro-image-tools/11.11 | ||||
Diff against target: |
99 lines (+36/-6) 4 files modified
linaro_image_tools/hwpack/hardwarepack.py (+3/-3) linaro_image_tools/hwpack/hwpack_fields.py (+1/-1) linaro_image_tools/hwpack/tests/test_config_v3.py (+29/-0) linaro_image_tools/utils.py (+3/-2) |
||||
To merge this branch: | bzr merge lp:~milo/linaro-image-tools/bug1054422 | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Данило Шеган (community) | Approve | ||
Paul Sokolovsky | Pending | ||
Linaro Infrastructure | Pending | ||
Review via email:
|
Description of the change
Changes in this MP fixes problem with bug 1054422. Added also some tests for Samsung specific fields.
There are also two minor fixes found while looking at the code.
To post a comment you must log in.
Looks good, thanks for the nice fix.
However small the other fixes are, we should generally strive to keep them in separate branches, especially for things where we plan to do a last-minute re-rollout of the tarball: it would be much better to include only relevant changes (it's not going to be obvious what's going on in the commit log if you lump these three changes together, no matter how verbose you make the commit message; it's neither going to be clear why were the other two changes critical and that they needed a .1 release :).