You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of asking the admin to set some variables we can get them from @gitolite itself:
redmine@xenial:~$ for var in GL_BINDIR GL_LIBDIR; do sudo -n -u git -i gitolite query-rc ${var}; done
/home/git/gitolite/src
/home/git/gitolite/src/lib
Then the admin only need to define which variable to export.