summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2023-09-13 04:26:31 -0400
committerMalfurious <m@lfurio.us>2023-09-15 10:53:24 -0400
commit9543016ffb3a507829d980f0abc37725a211540b (patch)
treefea186466634325a48059a0687e4934103ee5c4c
parent90858ead45f6702bdde31671246ad9c56fc7803e (diff)
downloadsrcnode-9543016ffb3a507829d980f0abc37725a211540b.tar.gz
srcnode-9543016ffb3a507829d980f0abc37725a211540b.zip
gitolite: Correct site-local code location
Per the previous commit, site-local code is now to be located directly in the git user's home directory, as static content in the docker image. Correct this setting in the RC file. Signed-off-by: Malfurious <m@lfurio.us>
-rw-r--r--gitolite/dotfiles/.gitolite.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gitolite/dotfiles/.gitolite.rc b/gitolite/dotfiles/.gitolite.rc
index 25a5231..eefc022 100644
--- a/gitolite/dotfiles/.gitolite.rc
+++ b/gitolite/dotfiles/.gitolite.rc
@@ -74,12 +74,12 @@
# suggested locations for site-local gitolite code (see cust.html)
# this one is managed directly on the server
- # LOCAL_CODE => "$ENV{HOME}/local",
+ LOCAL_CODE => "$ENV{HOME}/local",
# or you can use this, which lets you put everything in a subdirectory
# called "local" in your gitolite-admin repo. For a SECURITY WARNING
# on this, see http://gitolite.com/gitolite/non-core.html#pushcode
- LOCAL_CODE => "$rc{GL_ADMIN_BASE}/local",
+ # LOCAL_CODE => "$rc{GL_ADMIN_BASE}/local",
# ------------------------------------------------------------------