Add oslo and jeepyb to git/lp project map

Adding two entries to the git->lp project map in update_bug.py:
openstack/oslo-incubator -> oslo
openstack-ci/jeepyb -> openstack-ci

Fixes bug 1085864.

Change-Id: I9fa2631c363db72a73306ac3bdb1aed8a3beb15d
Reviewed-on: https://review.openstack.org/17342
Reviewed-by: James E. Blair <corvus@inaugust.com>
Approved: Clark Boylan <clark.boylan@gmail.com>
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Tested-by: Jenkins
This commit is contained in:
Thierry Carrez
2012-12-03 12:11:09 +01:00
committed by Jenkins
parent e0c725bd58
commit e0d18ce7aa

View File

@@ -114,6 +114,8 @@ def git2lp(full_project_name):
'openstack-ci/gerrit': 'openstack-ci',
'openstack-ci/lodgeit': 'openstack-ci',
'openstack-ci/meetbot': 'openstack-ci',
'openstack-ci/jeepyb': 'openstack-ci',
'openstack/oslo-incubator': 'oslo',
}
return project_map.get(full_project_name, short_project(full_project_name))
@@ -127,6 +129,7 @@ def is_direct_release(full_project_name):
'openstack-dev/devstack',
'openstack/openstack-ci',
'openstack/openstack-ci-puppet',
'openstack-ci/jeepyb',
'openstack/openstack-manuals',
'openstack/tempest',
]