On Thu, May 12, 2011 at 4:39 PM, Dirk Behme dirk.behme@googlemail.com wrote:
Hi,
would it be possible to access the projects hosted in the git repository [1] using the http protocol? E.g. like with git.kernel.org? I know it's a pain, but some people sitting behind a firewall don't have any other option.
It certainly is technically possible. The git-http-backend file allows one to use http and https as transports. Whoever is the admin for the Linaro git repos would need to make some changes to the apache config files for the git repo. See http://www.kernel.org/pub/software/scm/git/docs/git-http-backend.html and http://progit.org/2010/03/04/smart-http.html
Regards,
Jeremiah