From 35e4918485ef94f7d9b9802c8a6adfc3cf1d28da Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Wed, 31 Oct 2012 10:24:07 +0100 Subject: [PATCH] Fix path to config in github script. This was causing it to bail on start because the secure config has moved. Change-Id: I8aea3fccd8d2ff9ee7cc7f29d98408c77b0034a2 Reviewed-on: https://review.openstack.org/15088 Reviewed-by: Paul Belanger Reviewed-by: Clark Boylan Approved: Monty Taylor Reviewed-by: Monty Taylor Tested-by: Jenkins --- modules/github/files/scripts/close_pull_requests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/github/files/scripts/close_pull_requests.py b/modules/github/files/scripts/close_pull_requests.py index 13f9e8994f..2ab0c64b82 100755 --- a/modules/github/files/scripts/close_pull_requests.py +++ b/modules/github/files/scripts/close_pull_requests.py @@ -43,7 +43,7 @@ logging.basicConfig(level=logging.ERROR) PROJECTS_YAML = os.environ.get('PROJECTS_YAML', '/home/gerrit2/projects.yaml') GITHUB_SECURE_CONFIG = os.environ.get('GITHUB_SECURE_CONFIG', - '/home/gerrit2/github.secure.config') + '/etc/github/github.secure.config') MESSAGE = """Thank you for contributing to OpenStack!