From a2abada9925f6b195410636efc7f5142f9fdd7f2 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Fri, 23 Jan 2015 10:38:05 +0100 Subject: [PATCH] Set the local_code folder in full path --- roles/distgit/files/gitolite.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/distgit/files/gitolite.rc b/roles/distgit/files/gitolite.rc index 59c0f99c9d..ff61dc75be 100644 --- a/roles/distgit/files/gitolite.rc +++ b/roles/distgit/files/gitolite.rc @@ -67,7 +67,7 @@ # 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 => "/etc/gitolite/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