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=[
|
deny=[
|
||||||
r'/trunk/',
|
r'/trunk/',
|
||||||
|
r'/api/'
|
||||||
]
|
]
|
||||||
),
|
),
|
||||||
follow=True, callback='parse_item'
|
follow=True, callback='parse_item'
|
||||||
@ -61,9 +62,9 @@ class SitemapSpider(spiders.CrawlSpider):
|
|||||||
item['priority'] = '1.0'
|
item['priority'] = '1.0'
|
||||||
|
|
||||||
weekly = [
|
weekly = [
|
||||||
|
'juno',
|
||||||
'icehouse',
|
'icehouse',
|
||||||
'havana',
|
'havana'
|
||||||
'grizzly'
|
|
||||||
]
|
]
|
||||||
|
|
||||||
for entry in weekly:
|
for entry in weekly:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user