From 7f2b55cbe0a89e33c2acb229e7c26d1240725713 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Wed, 28 Nov 2012 07:54:06 -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. --- gerritx/cmd/update_blueprint.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gerritx/cmd/update_blueprint.py b/gerritx/cmd/update_blueprint.py index 64a2e54..96529ff 100644 --- a/gerritx/cmd/update_blueprint.py +++ b/gerritx/cmd/update_blueprint.py @@ -64,12 +64,7 @@ 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