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
This commit is contained in:
parent
bede47e2db
commit
e7962e5eda
|
@ -63,6 +63,8 @@ You do this by adding branches to the `gitolite-admin` repo:
|
||||||
repo gitolite-admin
|
repo gitolite-admin
|
||||||
RW+ = sitaram
|
RW+ = sitaram
|
||||||
# now add these lines to the config for the admin repo
|
# 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/webbrowser_repos = alice
|
||||||
RW NAME/conf/fragments/webserver_repos = bob
|
RW NAME/conf/fragments/webserver_repos = bob
|
||||||
RW NAME/conf/fragments/malware_repos = mallory
|
RW NAME/conf/fragments/malware_repos = mallory
|
||||||
|
|
Loading…
Reference in a new issue