On 12-01-30 01:52 PM, Thibault, Daniel wrote: > -----Message d'origine----- > De : David Goulet [mailto:[email protected]] > Envoyé : 30 janvier 2012 13:12 > > > Now, out here we have a separate problem getting at the git repositories > using the git: protocol. The port isn't open in out firewall. A request has > been submitted to get that opened. Meantime, I must download a local copy of > the git commits and import them as regular projects before "gitifying" them. > Bottom line: it works but there are extra hoops to jump through for now. > Once our firewall problem is solved, it'll be a lot easier for me to follow > the code's evolution.
Hi Daniel, You can pull over HTTP, for example: git clone http://git.lttng.org//lttng-tools.git This usually gets through corporate firewalls. Cheers, -- Alexandre Montplaisir DORSAL lab, École Polytechnique de Montréal _______________________________________________ lttng-dev mailing list [email protected] http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
