Update _CLOSED_SERIES set
Validation is not needed for a series as soon as it reaches the Extended Maintenance state. This patch updates the set of closed series to avoid unnecessary validation. Together with Victoria, now this patch adds older series, too, that were missed at their transition time. Change-Id: I3f2b98540757a2370a923d71f8a38e15fbe35985
This commit is contained in:
parent
a7ed37545e
commit
b4e04e95f7
@ -67,6 +67,11 @@ _CLOSED_SERIES = set([
|
||||
'ocata',
|
||||
'pike',
|
||||
'queens',
|
||||
'rocky',
|
||||
'stein',
|
||||
'train',
|
||||
'ussuri',
|
||||
'victoria',
|
||||
])
|
||||
|
||||
_USES_PREVER = set([
|
||||
|
Loading…
Reference in New Issue
Block a user