using repo sync with gitlab
Created by: dhacker29
When using gitlab with the android repo command it pulls the manifest ok but then when it goes to fetch a project I get the following: fatal: http://androidhosting.org:8090/DroidTh3ory/packages_apps_settings/info/refs?service=git-upload-pack not found: did you run git update-server-info on the server? error: Cannot fetch packages_apps_settings
When I look at the /home/git/repositories and /home/git/gitlab-satelites there is no info/refs at all? Is there a way to make gitlab work with repo? Shouldn't it create an info/refs?
production.log shows this: Started GET "/public" for 98.158.115.233 at 2013-04-19 21:26:10 -0500 Started GET "/DroidTh3ory/packages_apps_settings/info/refs?service=git-upload-pack" for 2a01:4f8:191:41b3::2 at 2013-04-19 21:26:10 -0500
ActionController::RoutingError (No route matches [GET] "/DroidTh3ory/packages_apps_settings/info/refs"):
Thanks.