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:
Anne Gentle 2015-02-13 23:46:09 -06:00
parent e77e51365b
commit b4f43bdcaa
1 changed files with 3 additions and 2 deletions

View File

@ -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: