Merge lp:~azzar1/update-manager/lp-1787553-bionic into lp:update-manager

Proposed by Andrea Azzarone
Status: Superseded
Proposed branch: lp:~azzar1/update-manager/lp-1787553-bionic
Merge into: lp:update-manager
Diff against target: 137 lines (+48/-10) (has conflicts)
4 files modified
HweSupportStatus/consts.py (+6/-6)
debian/changelog (+38/-0)
hwe-support-status (+2/-2)
tests/test_hwe_support_status.py (+2/-2)
Text conflict in debian/changelog
To merge this branch: bzr merge lp:~azzar1/update-manager/lp-1787553-bionic
Reviewer Review Type Date Requested Status
Ubuntu Core Development Team Pending
Review via email: mp+354454@code.launchpad.net

This proposal has been superseded by a proposal from 2018-09-07.

Commit message

Add a reminder to enable Livepatch (LP: #1787553).

To post a comment you must log in.

Unmerged revisions

2828. By Andrea Azzarone

Add a reminder to enable Livepatch (LP: #1787553).

2827. By Julian Andres Klode

releasing package update-manager version 1:18.04.11.4

2826. By Julian Andres Klode

Adjust dates in hwe-support-status for bionic (LP: #1775236)

2825. By Julian Andres Klode

releasing package update-manager version 1:18.04.11.3

2824. By Julian Andres Klode

Add support for HTTPS proxies; this breaks UpdateManager.Core.utils.init_proxy()
API - the return value is now a dict, rather than a string (LP: #1771914).

2823. By Mathieu Trudel-Lapierre

releasing package update-manager version 1:18.04.11.2

2822. By Mathieu Trudel-Lapierre

Fix my embarassing typo that makes update-manager report crashes, when
instanciating the "reboot" dialog and mangling signals. (LP: #1774131)

2821. By Mathieu Trudel-Lapierre

releasing package update-manager version 1:18.04.11.1

2820. By Mathieu Trudel-Lapierre

Block style context changed signal while enforcing the main window's
constant size. Thanks to Thomas Waldmann and Sebastien Bacher for the
initial analysis of this bug. (LP: #1637180)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'HweSupportStatus/consts.py'
2--- HweSupportStatus/consts.py 2017-08-07 19:42:06 +0000
3+++ HweSupportStatus/consts.py 2018-09-07 09:00:48 +0000
4@@ -6,14 +6,14 @@
5
6
7 # the day on which the short support HWE stack goes EoL
8-HWE_EOL_DATE = datetime.date(2016, 8, 4)
9+HWE_EOL_DATE = datetime.date(2023, 4, 30)
10
11 # the day on which the next LTS first point release is available
12 # used to propose a release upgrade
13-NEXT_LTS_DOT1_DATE = datetime.date(2016, 7, 21)
14+NEXT_LTS_DOT1_DATE = datetime.date(2020, 7, 21)
15
16 # end of the month in which this LTS goes EoL
17-LTS_EOL_DATE = datetime.date(2019, 4, 30)
18+LTS_EOL_DATE = datetime.date(2023, 4, 30)
19
20
21 class Messages:
22@@ -27,7 +27,7 @@
23 APT_UPGRADE = _("""
24 To upgrade to a supported (or longer-supported) configuration:
25
26-* Upgrade from Ubuntu 14.04 LTS to Ubuntu 16.04 LTS by running:
27+* Upgrade from Ubuntu 16.04 LTS to Ubuntu 18.04 LTS by running:
28 sudo do-release-upgrade %s
29
30 OR
31@@ -58,11 +58,11 @@
32 and graphics stack) of your system will no longer be available.
33
34 For more information, please see:
35-http://wiki.ubuntu.com/1404_HWE_EOL
36+http://wiki.ubuntu.com/1604_HWE_EOL
37 """) % HWE_EOL_DATE.isoformat()
38
39 HWE_SUPPORT_HAS_ENDED = _("""
40 WARNING: Security updates for your current Hardware Enablement
41 Stack ended on %s:
42- * http://wiki.ubuntu.com/1404_HWE_EOL
43+ * http://wiki.ubuntu.com/1604_HWE_EOL
44 """) % HWE_EOL_DATE.isoformat()
45
46=== modified file 'UpdateManager/Core/utils.py'
47=== modified file 'UpdateManager/Dialogs.py'
48=== modified file 'debian/changelog'
49--- debian/changelog 2018-09-06 07:10:42 +0000
50+++ debian/changelog 2018-09-07 09:00:48 +0000
51@@ -1,3 +1,4 @@
52+<<<<<<< TREE
53 update-manager (1:18.10.7) cosmic; urgency=medium
54
55 * Fix PEP8 regression from 18.10.4 to allow autopkgtest to pass
56@@ -48,6 +49,43 @@
57
58 -- Mathieu Trudel-Lapierre <cyphermox@ubuntu.com> Mon, 28 May 2018 10:03:52 -0400
59
60+=======
61+update-manager (1:18.04.11.5) UNRELEASED; urgency=medium
62+
63+ * Add a reminder to enable Livepatch (LP: #1787553).
64+ * Build-Depends on python3-distro-info.
65+
66+ -- Andrea Azzarone <andrea.azzarone@canonical.com> Fri, 07 Sep 2018 10:41:28 +0200
67+
68+update-manager (1:18.04.11.4) bionic; urgency=medium
69+
70+ * Adjust dates in hwe-support-status for bionic (LP: #1775236)
71+
72+ -- Julian Andres Klode <juliank@ubuntu.com> Fri, 20 Jul 2018 12:26:28 +0200
73+
74+update-manager (1:18.04.11.3) bionic; urgency=medium
75+
76+ * Add support for HTTPS proxies; this breaks UpdateManager.Core.utils.init_proxy()
77+ API - the return value is now a dict, rather than a string (LP: #1771914).
78+
79+ -- Julian Andres Klode <juliank@ubuntu.com> Fri, 29 Jun 2018 14:44:16 +0200
80+
81+update-manager (1:18.04.11.2) bionic; urgency=medium
82+
83+ * Fix my embarassing typo that makes update-manager report crashes, when
84+ instanciating the "reboot" dialog and mangling signals. (LP: #1774131)
85+
86+ -- Mathieu Trudel-Lapierre <cyphermox@ubuntu.com> Fri, 08 Jun 2018 11:50:10 -0700
87+
88+update-manager (1:18.04.11.1) bionic; urgency=medium
89+
90+ * Block style context changed signal while enforcing the main window's
91+ constant size. Thanks to Thomas Waldmann and Sebastien Bacher for the
92+ initial analysis of this bug. (LP: #1637180)
93+
94+ -- Mathieu Trudel-Lapierre <cyphermox@ubuntu.com> Mon, 28 May 2018 10:13:12 -0400
95+
96+>>>>>>> MERGE-SOURCE
97 update-manager (1:18.04.11) bionic; urgency=medium
98
99 * Add Appstream metadata with compulsory_for_desktop fields to prevent
100
101=== modified file 'debian/control'
102=== modified file 'hwe-support-status'
103--- hwe-support-status 2016-08-15 21:34:38 +0000
104+++ hwe-support-status 2018-09-07 09:00:48 +0000
105@@ -45,8 +45,8 @@
106 r'linux-image.*-(3\.16|3\.19|4\.2)(\.[0-9]+)?-.*'
107
108 # HWE stack with a long support period
109-HWE_SUPPORTED_BACKPORT = "-lts-xenial"
110-SUPPORTED_KERNEL_IMAGE_REGEX = r'linux-image.*-4\.4(\.[0-9]+)?-.*'
111+HWE_SUPPORTED_BACKPORT = "-hwe-18.04"
112+SUPPORTED_KERNEL_IMAGE_REGEX = r'^$' # No fixed backported kernel yet
113
114
115 KERNEL_METAPKGS = (
116
117=== modified file 'tests/test_hwe_support_status.py'
118--- tests/test_hwe_support_status.py 2017-08-07 20:54:58 +0000
119+++ tests/test_hwe_support_status.py 2018-09-07 09:00:48 +0000
120@@ -121,7 +121,7 @@
121 text = mock_print.call_args[0][0]
122 print("43242343243", mock_print.call_count)
123 self.assertIn(
124- "Your system is supported until April 2019", text)
125+ "Your system is supported until April 2023", text)
126
127 def test_advice_about_hwe_status_supported_hwe_stack(self):
128 with patch("hwe_support_status.is_unsupported_hwe_running") as m:
129@@ -139,7 +139,7 @@
130 text = mock_print.call_args[0][0]
131 self.assertIn(
132 "Your Hardware Enablement Stack (HWE) is supported "
133- "until April 2019", text)
134+ "until April 2023", text)
135
136
137 if __name__ == "__main__":

Subscribers

People subscribed via source and target branches

to status/vote changes: