Skip to content

Release 0.7.8 of Redmine Git Hosting

Compare
Choose a tag to compare
@n-rodriguez n-rodriguez released this 08 Nov 13:11
  • Fix collision in method name with Redmine Jenkins Plugin
  • Backport patch from pull #266
  • Fix #246 (init.rb - config values not taken)
  • Fix #258 (wrong hook installation place on gitolite 3.x)
  • Fix #289 (url to wiki goes nowhere)

Notes

Important !

As explained in Gitolite documentation hooks should be installed in a separate directory.
This new version fixes Gitolite hooks install path for Gitolite v3.

Hooks are now stored by default in <gitolite user home dir>/local. You can override this in the plugin settings.

Note that the directory must be a relative path to the Gitolite user home directory.

You'll also have to update your .gitolite.rc accordingly :

LOCAL_CODE  =>  "$ENV{HOME}/local"