From c19c0d5d5dedbb34340e7112f1357e3b7d31fbb5 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Apr 17 2014 14:28:01 +0000 Subject: Add a configuration key pointing where the gitolite public ssh keys are --- diff --git a/progit/default_config.py b/progit/default_config.py index 3443fd4..54dbc92 100644 --- a/progit/default_config.py +++ b/progit/default_config.py @@ -62,6 +62,9 @@ GITOLITE_CONFIG = os.path.join( # Home folder of the gitolite user -- Folder where to run gl-compile-conf from GITOLITE_HOME = None +# Folder containing all the public ssh keys for gitolite +GITOLITE_KEYDIR = None + # Path to the gitolite.rc file GL_RC = None # Path to the /bin directory where the gitolite tools can be found