# full path to directory holding the wiki repository (or sys links to # the repositories) GITWIKI_BASE = '/srv/git/' # leave this blank (NO WHITE SPACE) unless you're using a bare repo GITWIKI_NAME = 'knowledge' # fill path to the git command GITCOMMAND = '/usr/bin/git' GITPREFIX = 'cd ' +str(GITWIKI_BASE) + '; ' + str(GITCOMMAND) + ' --git-dir=' \ + str(GITWIKI_BASE) + '/' + GITWIKI_NAME + '.git'