Merge lp://qastaging/~powersj/utah/remove-gdebi-core into lp://qastaging/utah
Proposed by
Joshua Powers
| Status: | Merged |
|---|---|
| Approved by: | Jean-Baptiste Lallement |
| Approved revision: | 1109 |
| Merged at revision: | 1109 |
| Proposed branch: | lp://qastaging/~powersj/utah/remove-gdebi-core |
| Merge into: | lp://qastaging/utah |
| Diff against target: |
35 lines (+5/-3) 3 files modified
conf/utah/default-preseed.cfg (+1/-1) templates/install-deb-command.jinja2 (+3/-1) utah/config.py (+1/-1) |
| To merge this branch: | bzr merge lp://qastaging/~powersj/utah/remove-gdebi-core |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Jean-Baptiste Lallement | Approve | ||
| Canonical CI Engineering | Pending | ||
|
Review via email:
|
|||
Commit message
Remove dependency on gdebi-core and use apt-get commands.
gdebi-core was pulled from main in artful. Therefore, it can no longer be
installed during an install. It is in universe and requires additional
changes.
LP: #1714066
To post a comment you must log in.
Thanks Josh. It looks good to me, even if the logic of using dpkg then apt to fix the deps instead of just apt seems a little bit mysterious but that's utah.