Make pull request closer less OpenStack specific.

* jeepyb/cmd/close_pull_requests.py: The pull request closer was
thanking people for contributing to OpenStack. This script is also used
to close stackforge pull requests. Make the message less OpenStack
specific and instead thank the pull requester for contributing to the
project they pull requested against.

Change-Id: I6bc29401ab72dc452c3c26fc11ffb6314c6bc7bd
Reviewed-on: https://review.openstack.org/26771
Reviewed-by: Elizabeth Krumbach <lyz@princessleia.com>
Reviewed-by: James E. Blair <corvus@inaugust.com>
Approved: Jeremy Stanley <fungi@yuggoth.org>
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Tested-by: Jenkins
This commit is contained in:
Clark Boylan
2013-04-11 11:03:02 -07:00
committed by Jenkins
parent 3235d30c71
commit a87f9fc92b

View File

@@ -44,7 +44,7 @@ import os
import yaml
import logging
MESSAGE = """Thank you for contributing to OpenStack!
MESSAGE = """Thank you for contributing to %(project)s!
%(project)s uses Gerrit for code review.