Gitlab not updating gitolite-admin
Created by: MrMaksimize
Hi Guys,
First, great and wonderful project. Ive been trying to get it to run on Ubuntu 11 and it's definitely been a challenge. I do have a question. I'm running ssh on a non-standard port, and checked this issue out https://github.com/gitlabhq/gitlabhq/issues/171
And did the same fix. However, It seems that even though in the UI the project is created and the keys are added, gitlab is not updating the gitolite-admin directory. Here's my full config:
# Git Hosting congiguration
git_host:
system: gitolite
admin_uri: git@localhost:gitolite-adminadmin_uri: ssh://git@localhost:3737/gitolite-admin
base_path: /home/git/repositories/
host: geeklab.mrmaksimize.com
git_user: git
#port: 3737
Thanks so much!