Add grizzly package recognition

This commit is contained in:
David Britton 2013-01-17 11:35:04 -07:00
parent dd35c8251f
commit 5a318fa8e5
2 changed files with 3 additions and 1 deletions

View File

@ -87,6 +87,8 @@ def determine_packages(release):
return BASE_PACKAGES
elif release == 'folsom':
return FOLSOM_PACKAGES
elif release == 'grizzly':
return FOLSOM_PACKAGES
def render_config(config_file, context):

View File

@ -1 +1 @@
105
106