From a246d2dda592e3ccbe195855a3002540d6acb33d Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Fri, 28 Jul 2017 11:50:06 +0200 Subject: [PATCH] There is no single user on dist-git --- roles/distgit/pagure/templates/pagure.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/roles/distgit/pagure/templates/pagure.cfg b/roles/distgit/pagure/templates/pagure.cfg index c94027c986..550b4491bf 100644 --- a/roles/distgit/pagure/templates/pagure.cfg +++ b/roles/distgit/pagure/templates/pagure.cfg @@ -102,9 +102,6 @@ REMOTE_GIT_FOLDER = '/srv/git/remotes' ### Folder where to run gl-compile-conf from GITOLITE_HOME = '/srv/git/' -### Folder containing all the public ssh keys for gitolite -GITOLITE_KEYDIR = '/srv/git/.gitolite/keydir/' - ### Configuration file for gitolite GITOLITE_CONFIG = '/srv/git/.gitolite/conf/gitolite.conf'