From 1b7d5caeaa9d0715d15d747fd0a3b0be29a1c71e Mon Sep 17 00:00:00 2001 From: Mohammed Al-Jawaheri <mjawaheri02@gmail.com> Date: Sun, 12 May 2024 11:26:37 +0300 Subject: [PATCH] Fixing .gitreview for sandbox I am an new contributor, so i might have gotten this wrong. but following https://docs.opendev.org/opendev/infra-manual/latest/sandbox.html was not working because git review -s used gitreview which had the project listed as openstack-dev/sandbox when it's supposed to be opendev/sandbox Closes-bug: #2065517 Change-Id: Ic4bc18fffea41ab6754d161d2ed85d99bbb9683d --- .gitreview | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitreview b/.gitreview index 286523683..2f64f3585 100644 --- a/.gitreview +++ b/.gitreview @@ -1,4 +1,4 @@ [gerrit] host=review.openstack.org port=29418 -project=openstack-dev/sandbox.git +project=opendev/sandbox.git