From e9c76f07bf215818fd8f9a57764b00fa9259bb9b Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Thu, 20 Oct 2011 13:51:50 -0400 Subject: [PATCH] Add .gitreview config file for gerrit. The CI team is developing a new tool, git-review: https://github.com/openstack-ci/git-review which is intendend to replace rfc.sh. This adds a .gitreview file so that it can automatically determine the canonical gerrit location for the repository when first run. Later, rfc.sh will be updated to indicate it is deprecated, and then eventually removed. Change-Id: I12e6814796df23fa1be4fa2b3e6427381b218461 --- .gitreview | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitreview diff --git a/.gitreview b/.gitreview new file mode 100644 index 0000000000..d7c52c0593 --- /dev/null +++ b/.gitreview @@ -0,0 +1,4 @@ +[gerrit] +host=review.openstack.org +port=29418 +project=openstack/swift.git