Add 2024.2 to sitemap generator script
Change-Id: Iab3f3a2f26324186de27013d2442a7b8cfe61e13
This commit is contained in:
parent
a014b0bda9
commit
eae764a8b0
@ -35,6 +35,7 @@ class SitemapSpider(spiders.CrawlSpider):
|
||||
'2023.1',
|
||||
'2023.2',
|
||||
'2024.1',
|
||||
'2024.2',
|
||||
]
|
||||
MAINT_RELEASES_PAT = re.compile('^.*/(' + '|'.join(MAINT_SERIES) + ')/')
|
||||
LATEST_PAT = re.compile('^.*/latest/')
|
||||
|
Loading…
Reference in New Issue
Block a user