We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I tried to setup the fix for Hook errors while pushing over HTTPS but it does not work.
I found a topic on redmine forum which explain the problem and the fix.
Regards.
The text was updated successfully, but these errors were encountered:
This is not mandatory any more:
gitolite_lib_dir_path
GL_BINDIR
lib/grack/server.rb
diff --git a/lib/grack/server.rb b/lib/grack/server.rb index eb8af96..163af91 100644 --- a/lib/grack/server.rb +++ b/lib/grack/server.rb @@ -153,6 +153,7 @@ module Grack def smart_http_args [ 'env', + "GL_BINDIR=gitolite/src", "GL_LIBDIR=#{RedmineGitHosting::Config.gitolite_lib_dir_path}", "GL_REPO=#{repository_object.gitolite_repository_name}", "GL_USER=#{@env['REMOTE_USER']}"
And everything is working fine:
redmine_git_hosting
gitolite
Sorry, something went wrong.
n-rodriguez
No branches or pull requests
Hello,
I tried to setup the fix for Hook errors while pushing over HTTPS but it does not work.
I found a topic on redmine forum which explain the problem and the fix.
Regards.
The text was updated successfully, but these errors were encountered: