From adffdf2df98dadd884b1969ba45e9fdb0b4e9266 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Thu, 20 Oct 2011 13:48:18 -0400 Subject: 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: Ifc1d34143b1b90faa4324f7750bfc43f69a5f494 --- .gitreview | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitreview (limited to '.gitreview') diff --git a/.gitreview b/.gitreview new file mode 100644 index 000000000..3a2f61c4b --- /dev/null +++ b/.gitreview @@ -0,0 +1,4 @@ +[gerrit] +host=review.openstack.org +port=29418 +project=openstack/nova.git -- cgit