From b8677cde39e835df064171ba05c1d81a646ed2e5 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Mon, 26 Sep 2011 09:11:28 -0700 Subject: [PATCH] Add instructions to push tags on import. Change-Id: I07e2af19bc7dc07dcec86a5f60072174dc88e94c --- doc/gerrit.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/gerrit.rst b/doc/gerrit.rst index 33e19b71..84eec7f9 100644 --- a/doc/gerrit.rst +++ b/doc/gerrit.rst @@ -484,6 +484,7 @@ give you permissions to push to the repo bypassing code review. Do the initial push of the project with:: git push ssh://USERNAME@review.openstack.org:29418/openstack/PROJECT.git HEAD:refs/heads/master + git push --tags ssh://USERNAME@review.openstack.org:29418/openstack/PROJECT.git Remove yourself from the "Project Bootstrappers" group, and then set the access controls as specified in :ref:`acl`.