From e7962e5eda6bde4137e8a26b9d35df38074436c9 Mon Sep 17 00:00:00 2001 From: Sitaram Chamarty Date: Fri, 15 Jan 2010 09:27:47 +0530 Subject: [PATCH] delegation doc: minor oops I know hardly anyone is using delegation, but if you find yourself locked out from pushing because of this one little thing, do this: * on your gitolite-admin clone, add the required lines per this patch, and commit * on the server, edit ~/.gitolite/conf/gitolite.conf-compiled.pm, and delete the following line 'NAME_LIMITS' => 1 from the entry for "gitolite-admin" (if you don't know what that means delete *all* such lines) and save the file * back on your admin repo clone, do a push --- doc/5-delegation.mkd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/5-delegation.mkd b/doc/5-delegation.mkd index 6c62b24..9260046 100644 --- a/doc/5-delegation.mkd +++ b/doc/5-delegation.mkd @@ -63,6 +63,8 @@ You do this by adding branches to the `gitolite-admin` repo: repo gitolite-admin RW+ = sitaram # now add these lines to the config for the admin repo + RW = alice bob mallory + RW+ NAME/ = sitaram RW NAME/conf/fragments/webbrowser_repos = alice RW NAME/conf/fragments/webserver_repos = bob RW NAME/conf/fragments/malware_repos = mallory