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.
Regards.
The text was updated successfully, but these errors were encountered:
baby-gnu
changed the title
Use gitolite query-rc to get gitolite variables
Use “gitolite query-rc” to get gitolite variables
Nov 24, 2016
Instead of asking the admin to set some variables we can get them from @gitolite itself:
Then the admin only need to define which variable to export.
Regards.
The text was updated successfully, but these errors were encountered: