-
Notifications
You must be signed in to change notification settings - Fork 117
gitolite-admin doesn't sync anymore #207
New issue
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
Comments
Have you configured Gitolite to accept hooks?
|
HI, i have gitolite version 2 and i already have the option set to: $GL_GITCONFIG_KEYS = ".*"; |
Have the same problem, no project changes goes to gitolite.conf
in the git_hosting.log it seem all ok. but in fact it is on, config file does not changes.
|
@redirect11 : which version of the plugin / Redmine are you running? |
Redmine: 2.5.0.stabile Redmine git hosting: 0.7.3
|
i have modified user access rights to projects -> removed him from developers RAILS_ENV=production rake redmine_git_hosting:update_repositories does not help, in git_hosting.log it seems all id fine... but in reality - no :( |
Hi there! Any news? Do you still have the problem? |
Probably i've found solultion to get fully working plugin. Two step
After that all work just fine. Ubuntu 12.04.4 |
same problem here installed on fresh debian jessie with apache 2.4.9-2 all directories owned by user "redmine" the gitolite-admin.git is correct checked out under but, the changes not commited and not pushed to gitolite server if I change to user "redmine" and do the commit and push manually all is fine |
if I resync all projects, I get following error in the log
|
Hi everyone! I think I finally get it! More details here. In short : checkout the v0.7.6 branch and do a |
very thanks! it works |
Thanks. I'll try it asap |
@redirect11 Try with the Logs should be a lot more verbose ;) |
i have updated to 0.7.7 and have same issue, changing user access rights to the repo - does not change gitolite-admin config
on the 0.7.6 version log data was:
why it tryes to access /root path? o_O |
Do you use passenger? |
Do you mean how redmine is running? - i'm using thin |
nothing changed:
may be you can suggest another way of running redmine+nginx? |
@n-rodriguez Can you please add 0.7.7 as a tag? I'd like to try it out, too. This way it is easier for my package manager. |
now after running rake redmine_git_hosting:update_repositories i have this error... :(
|
@n-rodriguez it helped, but works only in manual sync from command line |
I got this problem too, after months of it working just fine. I made a manual change to my gitolite-admin repo to prune out some old duplicate keys that were causing a problem, and then removed redmine's /tmp/redmine_git_hosting directory. It was working just moments before when I added a key to a user. Now in the log, all the config tests pass just fine, but it looks like GitWorker never gets further than deciding on the config file. I've updated to 0.7.7 . Other versions:
Here's the debug output from my git_hosting.log upon visiting the config page and choosing to resync all keys:
Everything after line 3 is just the normal output of visiting the config page. In earlier runs (without debug turned on), GitWorker showed me how it was cloning, adding, and pushing. Now it just doesn't fire. I've tried:
Any advice? Any more information I can give you? EDIT: I looked into the RW+ error on that manual run, and it was a syntax mistake I made in gitolite.conf. Fixed it and updated the output in place. |
Hi there!
https://jbox-web.github.io/redmine_git_hosting/howtos/index.html#step-by-step-upgrade |
Hi, it's about two weeks that i can't update de redmine-gitolite repo anymore. When I try to add a user, no keys are created into REDMINE_ROOT/tmp/redmine_git_hosting/git/gitolite-admin.git/keydir. I tried to resync keys in the plugin option, but nothing happen. The plugin log only say: [GitHosting] User ****** has added a SSH key.
The text was updated successfully, but these errors were encountered: