Update sitemap generator
- Removes grizzly, adds juno - Removes /api/ just like /trunk/ now that <service>-api repos have moved to openstack-attic Change-Id: I4b5dea2379d58b3ed506f70c4a9539a64f892f8e
This commit is contained in:
parent
e77e51365b
commit
b4f43bdcaa
@ -34,6 +34,7 @@ class SitemapSpider(spiders.CrawlSpider):
|
||||
],
|
||||
deny=[
|
||||
r'/trunk/',
|
||||
r'/api/'
|
||||
]
|
||||
),
|
||||
follow=True, callback='parse_item'
|
||||
@ -61,9 +62,9 @@ class SitemapSpider(spiders.CrawlSpider):
|
||||
item['priority'] = '1.0'
|
||||
|
||||
weekly = [
|
||||
'juno',
|
||||
'icehouse',
|
||||
'havana',
|
||||
'grizzly'
|
||||
'havana'
|
||||
]
|
||||
|
||||
for entry in weekly:
|
||||
|
Loading…
Reference in New Issue
Block a user