From b9509a038e3f9ad19f4f41941c50cbcd1d4d1cc1 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Tue, 27 Nov 2012 12:06:56 -0800 Subject: [PATCH] Remove blueprint diversion to openstack-ci. The blueprint script used openstack-ci instead of the actual project for any non-openstack/ project. This is counter-productive now that we have more than one org in gerrit. Change-Id: Id06fdd89751a62c6da400adefcc84791a030d1b8 Reviewed-on: https://review.openstack.org/16994 Reviewed-by: Jeremy Stanley Approved: Clark Boylan Reviewed-by: Clark Boylan Tested-by: Jenkins --- modules/gerrit/files/scripts/update_blueprint.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/gerrit/files/scripts/update_blueprint.py b/modules/gerrit/files/scripts/update_blueprint.py index 9c18f1d4f9..be70ec2deb 100755 --- a/modules/gerrit/files/scripts/update_blueprint.py +++ b/modules/gerrit/files/scripts/update_blueprint.py @@ -59,12 +59,7 @@ DB_PASS = SECURE_CONFIG.get("database","password") DB_DB = GERRIT_CONFIG.get("database","database") def update_spec(launchpad, project, name, subject, link, topic=None): - # For testing, if a project doesn't match openstack/foo, use - # the openstack-ci project instead. group, project = project.split('/') - if group != 'openstack': - project = 'openstack-ci' - spec = launchpad.projects[project].getSpecification(name=name) if not spec: return