From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29472 invoked by alias); 30 May 2014 16:48:36 -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 29438 invoked by uid 89); 30 May 2014 16:48:31 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: usevmg21.ericsson.net Received: from usevmg21.ericsson.net (HELO usevmg21.ericsson.net) (198.24.6.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Fri, 30 May 2014 16:48:29 +0000 Received: from EUSAAHC003.ericsson.se (Unknown_Domain [147.117.188.81]) by usevmg21.ericsson.net (Symantec Mail Security) with SMTP id 2E.41.11744.9B368835; Fri, 30 May 2014 12:55:54 +0200 (CEST) Received: from [142.133.110.254] (147.117.188.8) by smtps-am.internal.ericsson.com (147.117.188.81) with Microsoft SMTP Server (TLS) id 14.3.174.1; Fri, 30 May 2014 12:48:26 -0400 Message-ID: <5388B659.5030001@ericsson.com> Date: Fri, 30 May 2014 16:53:00 -0000 From: Simon Marchi User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Joel Brobecker CC: , "Frank Ch. Eigler" , Samuel Bronson , "gdb@sourceware.org" , "overseers@sourceware.org" , Marc Khouzam Subject: Re: git clone through http References: <53876894.5020103@ericsson.com> <87ha48dp55.fsf@naesten.mooo.com> <538897D1.1070602@ericsson.com> <20140530145045.GD13644@elastic.org> <20140530145958.GH4265@adacore.com> <17250C21-1ACC-40E0-BD31-A64C9CC9720F@gmail.com> <5388A475.3040401@ericsson.com> <20140530154446.GK4265@adacore.com> In-Reply-To: <20140530154446.GK4265@adacore.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-05/txt/msg00100.txt.bz2 On Fri 30 May 2014 11:44:46 AM EDT, Joel Brobecker wrote: >> I am not sure I understand. Making a local mirror is basically cloning >> the repository, which we can't do with the current limitations. > > I am guessing you would be creating a local mirror using tools > outside of your framework, and then use that local mirror from > your framework? > > Regardless, it sounds like http-based cloning and update is actually > working, as someone else said, so perhaps it was just a glitch? Still doesn't work for me, although it's not always the hash that fail. Also, I get some connection time out sometimes. >From work computer (through mean corporate proxy): $ git clone http://sourceware.org/git/binutils-gdb.git lalala Cloning into 'lalala'... error: Unable to get pack index http://sourceware.org/git/binutils-gdb.git/objects/pack/pack-40a278cd270f8215e6b993869d659b2aff311eb8.idx error: Unable to find b585a9fad59f9d0c07681778b97d36b67bd9748d under http://sourceware.org/git/binutils-gdb.git Cannot obtain needed object b585a9fad59f9d0c07681778b97d36b67bd9748d while processing commit 522c09bf63a4b235e6fde07a5e389f2a533cfe0f. error: Fetch failed. >From university server I somehow still have access to: $ git clone http://sourceware.org/git/binutils-gdb.git lalala Cloning into 'lalala'... error: Unable to get pack file http://sourceware.org/git/binutils-gdb.git/objects/pack/pack-1175e0f6cbb493af3d9ead3010ac0f4caaf3f6f0.pack Failed to connect to sourceware.org port 80: Connection timed out error: Unable to find 904361fcd43fa933b5f7f2a9d32bfc8eb2b07e7d under http://sourceware.org/git/binutils-gdb.git Cannot obtain needed blob 904361fcd43fa933b5f7f2a9d32bfc8eb2b07e7d while processing commit c4086213966a0465f7600f8bf652e3692e9ff92e. error: Fetch failed. >From home: $ git clone http://sourceware.org/git/binutils-gdb.git Cloning into 'binutils-gdb'... error: Unable to get pack index http://sourceware.org/git/binutils-gdb.git/objects/pack/pack-16b3a2186e2cf0ac2fd7beb4480c50d23080cc32.idx error: Unable to get pack index http://sourceware.org/git/binutils-gdb.git/objects/pack/pack-d5403beeca91e793aa19e4e6725b86b0cd0382bd.idx error: Unable to find d3e2080fb50a3c637779ba660b92281e7aef32ef under http://sourceware.org/git/binutils-gdb.git Cannot obtain needed blob d3e2080fb50a3c637779ba660b92281e7aef32ef while processing commit f86ff23fd44ed9131ffb165fa9dc733b90f0931c. error: Fetch failed.