Merge lp:~davmor2/phablet-tools/add-autoremove into lp:phablet-tools
| Status: | Merged |
|---|---|
| Merged at revision: | 342 |
| Proposed branch: | lp:~davmor2/phablet-tools/add-autoremove |
| Merge into: | lp:phablet-tools |
| Diff against target: |
12 lines (+2/-0) 1 file modified
citrain (+2/-0) |
| To merge this branch: | bzr merge lp:~davmor2/phablet-tools/add-autoremove |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| PS Jenkins bot | continuous-integration | Approve on 2015-09-18 | |
| Brendan Donegan (community) | Needs Information on 2015-09-18 | ||
| Ubuntu Phablet Team | 2015-09-18 | Pending | |
|
Review via email:
|
|||
Commit Message
Added apt-get autoremove to dispose of any broken dependencies before rebooting. This catches incorrectly dropped dependencies when testing a silo.
Description of the Change
Added apt-get autoremove to dispose of any broken dependencies before rebooting.
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:342
No commit message was specified in the merge proposal. Click on the following link and set the commit message (if you want a jenkins rebuild you need to trigger it yourself):
https:/
http://
Executed test runs:
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
- 343. By Dave Morley on 2015-09-18
-
Autoremove needs and apt-get update before it finds anything to remove, simply added that line before it.
| Dave Morley (davmor2) wrote : | # |
Confirmed Apt-get update was needed before the autoremove added the line to the merge.
| Dave Morley (davmor2) wrote : | # |
Meh forgot to remove my temporary change to allow multiple silos.
- 344. By Dave Morley on 2015-09-18
-
removed my temporary multiple silos fix as that is waiting a merge from morphis already.
| PS Jenkins bot (ps-jenkins) wrote : | # |
PASSED: Continuous integration, rev:344
http://
Executed test runs:
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://

To be safe it might be necessary to do a vanilla apt-get update (without any options) prior to the autoremove as otherwise apt won't see the whole archive, just what's in the ppa. Really we need a way to properly test this too using a silo that is deliberately broken in this way.