gitolite_rebuild fails
Created by: jkm-2012
Following the upgrade instructions from pronto to moderno I run into this exception when recreating users and projects:
jkm@gitlabhq:~/gitlabhq$ bundle exec rake gitolite_rebuild RAILS_ENV=production --trace ** Invoke gitolite_rebuild (first_time) ** Invoke environment (first_time) ** Execute environment ** Execute gitolite_rebuild Starting Projects
=== A project for testing stuff in gitlab
remote: Counting objects: 9, done.
remote: Compressing objects: 100% (6/6), done.
Receiving objects: 100% (9/9), 932 bytes, done.
Resolving deltas: 100% (1/1), done.
remote: Total 9 (delta 1), reused 0 (delta 0)
rake aborted!
gitolite timeout
/home/jkm/gitlabhq/lib/gitlabhq/gitolite.rb:41:in rescue in configure' /home/jkm/gitlabhq/lib/gitlabhq/gitolite.rb:28:in
configure'
/home/jkm/gitlabhq/app/models/repository.rb:47:in update_repository' /home/jkm/gitlabhq/app/models/project.rb:72:in
update_repository'
/home/jkm/gitlabhq/lib/tasks/gitolite_rebuild.rake:7:in `block (2 levels) in <top (required)>'
I think gitolite is working correctly because it's cloned to /tmp/gitlabhq-gitolite-nnnnnnnnnn and I can commit and push changes manualy.
Anybody an idea where I can have a look?