mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-12 09:21:29 +00:00
Reset support_gap at LTSs
This commit is contained in:
parent
6be22ce24b
commit
f712a32238
@ -53,7 +53,10 @@ def determine_destinations(source, destination):
|
|||||||
if release == source:
|
if release == source:
|
||||||
break
|
break
|
||||||
if found:
|
if found:
|
||||||
if support_gap and not ubuntu_info.is_lts(release):
|
if support_gap:
|
||||||
|
if ubuntu_info.is_lts(release):
|
||||||
|
support_gap = False
|
||||||
|
else:
|
||||||
continue
|
continue
|
||||||
if release not in ubuntu_info.supported():
|
if release not in ubuntu_info.supported():
|
||||||
support_gap = True
|
support_gap = True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user