From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8878 invoked by alias); 30 May 2014 15:21:37 -0000 Mailing-List: contact overseers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: , Sender: overseers-owner@sourceware.org Received: (qmail 8859 invoked by uid 89); 30 May 2014 15:21:36 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-pb0-f44.google.com Received: from mail-pb0-f44.google.com (HELO mail-pb0-f44.google.com) (209.85.160.44) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 30 May 2014 15:21:35 +0000 Received: by mail-pb0-f44.google.com with SMTP id rq2so1827294pbb.31 for ; Fri, 30 May 2014 08:21:33 -0700 (PDT) X-Received: by 10.66.159.34 with SMTP id wz2mr19019170pab.96.1401463293493; Fri, 30 May 2014 08:21:33 -0700 (PDT) Received: from [192.168.1.35] (76-253-2-104.lightspeed.sntcca.sbcglobal.net. [76.253.2.104]) by mx.google.com with ESMTPSA id ei4sm6931231pbb.42.2014.05.30.08.21.32 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 30 May 2014 08:21:32 -0700 (PDT) References: <53876894.5020103@ericsson.com> <87ha48dp55.fsf@naesten.mooo.com> <538897D1.1070602@ericsson.com> <20140530145045.GD13644@elastic.org> <20140530145958.GH4265@adacore.com> Mime-Version: 1.0 (1.0) In-Reply-To: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-Id: <17250C21-1ACC-40E0-BD31-A64C9CC9720F@gmail.com> Cc: Joel Brobecker , "Frank Ch. Eigler" , Simon Marchi , Samuel Bronson , "gdb@sourceware.org" , "overseers@sourceware.org" From: pinskia@gmail.com Subject: Re: git clone through http Date: Fri, 30 May 2014 15:21:00 -0000 To: Marc Khouzam X-SW-Source: 2014-q2/txt/msg00077.txt.bz2 On May 30, 2014, at 8:10 AM, Marc Khouzam wrote: >> -----Original Message----- >> From: gdb-owner@sourceware.org [mailto:gdb-owner@sourceware.org] On >> Behalf Of Joel Brobecker >> Sent: Friday, May 30, 2014 11:00 AM >> To: Frank Ch. Eigler >> Cc: Simon Marchi; Samuel Bronson; gdb@sourceware.org; >> overseers@sourceware.org >> Subject: Re: git clone through http >>=20 >>>>> 2. Somehow set up a "smart" web-based git server. [...] Choice 2 >>>>> is clearly more complicated and more httpd-specific, but also more >>>>> efficient in most cases. >>>=20 >>> We'll consider it, though an even easier thing we could do is stop >>> promoting the http:// git URL. >>=20 >> If we do, it would be interesting to know where that is. I double-checked >> GDB's website, and it only references the "git" protocol. >=20 > I am trying to use the http access to the GDB git repo because I want to = run > automated tests using the master branch using a Jenkins infrastructure.= =20=20 > That Jenkins machine has to go through a proxy to access the internet and= the=20 > proxy does not trigger when using the git protocol. So I was hoping to f= all back > on the http protocol. What about doing a local mirror? Thanks, Andrew >=20 > We've faced similar issues for eclipse projects and having an http access= to > the repos has proven useful. >=20 > I found the reference to that http access here at the top of the page of = the git repo: > https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git >=20 > Thanks >=20 > Marc >=20