From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gateway31.websitewelcome.com (gateway31.websitewelcome.com [192.185.143.31]) by sourceware.org (Postfix) with ESMTPS id F06D0383F868 for ; Wed, 27 May 2020 21:58:29 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org F06D0383F868 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=mad-scientist.net Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=paul@mad-scientist.net Received: from cm13.websitewelcome.com (cm13.websitewelcome.com [100.42.49.6]) by gateway31.websitewelcome.com (Postfix) with ESMTP id 78E5586088 for ; Wed, 27 May 2020 16:58:29 -0500 (CDT) Received: from box5922.bluehost.com ([162.241.30.80]) by cmsmtp with SMTP id e44DjIJPoVQh0e44DjIZtd; Wed, 27 May 2020 16:58:29 -0500 X-Authority-Reason: nr=8 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mad-scientist.us; s=default; h=Content-Transfer-Encoding:Mime-Version: Content-Type:References:In-Reply-To:Date:Cc:To:Reply-To:From:Subject: Message-ID:Sender:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=GELR9Hl0sqw0cfIzgQnLC+sSjQCF/lcFaKp9g3cb7Pc=; b=cKkyXG+CJ3c/eetQ4TxwmuXTqQ 6ocjTL8zMs876Uf/d5t45mZsotSLUWgJQj+gvk74UwtUvg/G+FMs7Vq4rs+nTmCyJ9RdC+tfcvYHv czjC4HwhK83rYBSwK2mRS50jd; Received: from pool-98-118-0-140.bstnma.fios.verizon.net ([98.118.0.140]:60048 helo=pdslaptop.home) by box5922.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92) (envelope-from ) id 1je44D-001OHT-6b; Wed, 27 May 2020 15:58:29 -0600 Message-ID: <14cdd77becc603654d97e7976f3b65531647d190.camel@mad-scientist.net> Subject: Re: git access From: Paul Smith Reply-To: paul@mad-scientist.net To: Jonny Grant , Christian Biesinger Cc: gdb@sourceware.org Date: Wed, 27 May 2020 17:58:27 -0400 In-Reply-To: <5a75cd3b-5a02-982c-5163-bde3173690e5@jguk.org> References: <30623713-ac9a-8d9b-4a90-fa213d3b9ad2@jguk.org> <5a75cd3b-5a02-982c-5163-bde3173690e5@jguk.org> Organization: Please remain calm--I may be mad but I am a professional! Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.28.5-0ubuntu0.18.04.2 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - box5922.bluehost.com X-AntiAbuse: Original Domain - sourceware.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - mad-scientist.net X-BWhitelist: no X-Source-IP: 98.118.0.140 X-Source-L: No X-Exim-ID: 1je44D-001OHT-6b X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: pool-98-118-0-140.bstnma.fios.verizon.net (pdslaptop.home) [98.118.0.140]:60048 X-Source-Auth: paul@mad-scientist.us X-Email-Count: 1 X-Source-Cap: bWFkc2NpZTE7bWFkc2NpZTE7Ym94NTkyMi5ibHVlaG9zdC5jb20= X-Local-Domain: yes X-Spam-Status: No, score=2.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, JMQ_SPF_NEUTRAL, KAM_SHORT, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, RCVD_IN_SBL_CSS, SPF_HELO_PASS, SPF_NEUTRAL, URIBL_CSS, URIBL_CSS_A autolearn=no autolearn_force=no version=3.4.2 X-Spam-Level: ** X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gdb@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 May 2020 21:58:31 -0000 On Wed, 2020-05-27 at 22:44 +0100, Jonny Grant wrote: > > Did you try: > > > > git clone git://sourceware.org/git/binutils-gdb.git > > Great, that one works. Could that be added to the web page? Not sure where you were looking; it's there: https://www.gnu.org/software/gdb/current/ First bullet: * Read-only git: You can check out a copy of the git repository directly using the command: git clone git://sourceware.org/git/binutils-gdb.git