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
How to reproduce:
1/ Have a fresh install of redmine+gitolite+plugin as explained here https://jbox-web.github.io/redmine_git_hosting/howtos/index.html
2/ Check /home/git/.gitolite/hooks/common/ --> the content will be the single file "update"
3/ Log in as admin, go to the Administration/"Redmine Git Hosting" page
4/ Check /home/git/.gitolite/hooks/common/ --> the content will be the file "update" + poste-receive and post-receive.d dir
Is there another way to have these hook files created?
This is important to me, as I'm trying to automate the install.
Thank you in advance for your help.
The text was updated successfully, but these errors were encountered:
Yep. You're right... A rake task would do the job ;)
Then you could fully automate your install :
set your settings in init.rb (with sed, or erb, or jinja2, or whatever)
then rake redmine_git_hosting:restore_default_settings
then rake redmine_git_hosting:create_gitolite_hooks
You must set settings in init.rb because we need some of them in Gitolite hooks install. rake redmine_git_hosting:restore_default_settings will set them in database.
Thank you Nicolas,
I could not launch it spending 10 min (goal not found launched in <redmine_home>, missing dependency when launched in <git_plugin_home>), using v 0.78
I will try harder as soon as I get a chance and let you know the results.
How to reproduce:
1/ Have a fresh install of redmine+gitolite+plugin as explained here https://jbox-web.github.io/redmine_git_hosting/howtos/index.html
2/ Check /home/git/.gitolite/hooks/common/ --> the content will be the single file "update"
3/ Log in as admin, go to the Administration/"Redmine Git Hosting" page
4/ Check /home/git/.gitolite/hooks/common/ --> the content will be the file "update" + poste-receive and post-receive.d dir
Is there another way to have these hook files created?
This is important to me, as I'm trying to automate the install.
Thank you in advance for your help.
The text was updated successfully, but these errors were encountered: