Merge "Update URL for projects.yaml"
This commit is contained in:
commit
ce1c32739c
@ -20,8 +20,8 @@ import os
|
||||
import urllib2
|
||||
import yaml
|
||||
|
||||
URL = ('https://git.openstack.org/cgit/openstack-infra/config/plain/'
|
||||
'modules/openstack_project/files/review.projects.yaml')
|
||||
URL = ('https://git.openstack.org/cgit/openstack-infra/project-config/'
|
||||
'plain/gerrit/projects.yaml')
|
||||
|
||||
TMP_HOOKS_PATH=os.environ['TMP_HOOKS_PATH']
|
||||
PROJECTS_REPOS=os.path.join(TMP_HOOKS_PATH, 'source-repository-projects-yaml')
|
||||
|
@ -24,8 +24,8 @@ import urllib2
|
||||
|
||||
from common import run_local
|
||||
|
||||
URL = ('https://git.openstack.org/cgit/openstack-infra/config/plain/'
|
||||
'modules/openstack_project/files/review.projects.yaml')
|
||||
URL = ('https://git.openstack.org/cgit/openstack-infra/project-config/'
|
||||
'plain/gerrit/projects.yaml')
|
||||
PROJECT_RE = re.compile('^-?\s+project:\s+(.*)$')
|
||||
|
||||
# Not using an arg libraries in order to avoid module imports that
|
||||
|
Loading…
x
Reference in New Issue
Block a user