Merge lp://staging/~sil2100/update-manager/ignore_prompt_lts_for_non-lts into lp://staging/update-manager
Proposed by
Łukasz Zemczak
Status: | Merged |
---|---|
Merged at revision: | 2827 |
Proposed branch: | lp://staging/~sil2100/update-manager/ignore_prompt_lts_for_non-lts |
Merge into: | lp://staging/update-manager |
Diff against target: |
92 lines (+37/-4) 4 files modified
UpdateManager/Core/MetaRelease.py (+12/-4) debian/changelog (+8/-0) debian/control (+1/-0) tests/test_meta_release_core.py (+16/-0) |
To merge this branch: | bzr merge lp://staging/~sil2100/update-manager/ignore_prompt_lts_for_non-lts |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Brian Murray | Approve | ||
Review via email: mp+353851@code.staging.launchpad.net |
Commit message
Ignore Prompt=lts for non-LTS series. This way if a user is on a non-LTS and has Prompt=lts, he/she will be upgraded to the next supported series until finally reaching an LTS.
Description of the change
Ignore Prompt=lts for non-LTS series. This way if a user is on a non-LTS and has Prompt=lts, he/she will be upgraded to the next supported series until finally reaching an LTS.
As mentioned by Brian, this will probably require some dependency changes in the ubuntu-
To post a comment you must log in.
This looks good to me, I just have a couple of in-line comments.