Add 2024.2 to sitemap generator script

Change-Id: Iab3f3a2f26324186de27013d2442a7b8cfe61e13
This commit is contained in:
Elod Illes 2024-10-01 17:13:48 +02:00
parent a014b0bda9
commit eae764a8b0

View File

@ -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/')