From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2085 invoked by alias); 30 May 2014 15:10:38 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 2068 invoked by uid 89); 30 May 2014 15:10:37 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: usevmg20.ericsson.net Received: from usevmg20.ericsson.net (HELO usevmg20.ericsson.net) (198.24.6.45) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Fri, 30 May 2014 15:10:36 +0000 Received: from EUSAAHC002.ericsson.se (Unknown_Domain [147.117.188.78]) by usevmg20.ericsson.net (Symantec Mail Security) with SMTP id 29.BF.27529.73F48835; Fri, 30 May 2014 11:28:24 +0200 (CEST) Received: from EUSAAMB103.ericsson.se ([147.117.188.120]) by EUSAAHC002.ericsson.se ([147.117.188.78]) with mapi id 14.03.0174.001; Fri, 30 May 2014 11:10:32 -0400 From: Marc Khouzam To: 'Joel Brobecker' , "'Frank Ch. Eigler'" CC: Simon Marchi , 'Samuel Bronson' , "'gdb@sourceware.org'" , "'overseers@sourceware.org'" Subject: RE: git clone through http Date: Fri, 30 May 2014 15:21:00 -0000 Message-ID: References: <53876894.5020103@ericsson.com> <87ha48dp55.fsf@naesten.mooo.com> <538897D1.1070602@ericsson.com> <20140530145045.GD13644@elastic.org> <20140530145958.GH4265@adacore.com> In-Reply-To: <20140530145958.GH4265@adacore.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-IsSubscribed: yes X-SW-Source: 2014-05/txt/msg00096.txt.bz2 > -----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. > > > > 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. 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 t= he=20 proxy does not trigger when using the git protocol. So I was hoping to fal= l back on the http protocol. We've faced similar issues for eclipse projects and having an http access to the repos has proven useful. I found the reference to that http access here at the top of the page of th= e git repo: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git Thanks Marc