From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qk1-x72c.google.com (mail-qk1-x72c.google.com [IPv6:2607:f8b0:4864:20::72c]) by sourceware.org (Postfix) with ESMTPS id B3C753851C12 for ; Wed, 27 May 2020 21:37:30 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org B3C753851C12 Received: by mail-qk1-x72c.google.com with SMTP id w1so1154833qkw.5 for ; Wed, 27 May 2020 14:37:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=cVMCdZvfZSTTBPs19HS5x2YxszPFkWoTTRgsbZA5G64=; b=rLZhk7iDoZfCDZ9CvcmfWmwMILXQOnqEalRA0UaJPeSSm+oAx86cJlRKwSYYlSIIc7 J80Ig/R7tX2cazibgxBMk5wBlmgMZF5EftvbcKdGao+/oaFNArGLF4SkZgSZfLbxaoSI OJIkpl/ecGlvahuv+jd/kS9CgtE5qrHu2WyEOBNYlFMekCUtPhmz4K/sxaHxZ8PlyoTZ wVTNTM5kFkG8dlcC1kIXt18S0ap20ib3dKAEIefaKdSRSpnnfWU/QNWuF24DKYiAhsDB Fukr6E4RIps+lLVdIba/xzU+vR1BII13HNF82nbUL7leR2wBgKVXPJTCioENjcvOQnzI kWsQ== X-Gm-Message-State: AOAM532dC0dhTjSvSxanSbmBb2djliCstPoMeMeDWg9z6p0GkmoAzBB1 XmPMWXMAQcf4FynmRyQoRpeHE+QaerpND5WC8zwrgZ/UZ9I= X-Google-Smtp-Source: ABdhPJzmfTNtVWdGaehuWdSI/tTsFMXDKtEGd96avnZdS7Rkt0qadpiiUUj0y80Bk3yYZjC5fDOuxObOmeLyYR3IaoM= X-Received: by 2002:a37:414f:: with SMTP id o76mr6022358qka.375.1590615449785; Wed, 27 May 2020 14:37:29 -0700 (PDT) MIME-Version: 1.0 References: <30623713-ac9a-8d9b-4a90-fa213d3b9ad2@jguk.org> In-Reply-To: <30623713-ac9a-8d9b-4a90-fa213d3b9ad2@jguk.org> From: Christian Biesinger Date: Wed, 27 May 2020 16:36:53 -0500 Message-ID: Subject: Re: git access To: Jonny Grant Cc: gdb@sourceware.org Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-20.1 required=5.0 tests=BAYES_00, DKIMWL_WL_MED, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, ENV_AND_HDR_SPF_MATCH, KAM_SHORT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, USER_IN_DEF_DKIM_WL, USER_IN_DEF_SPF_WL autolearn=ham autolearn_force=no version=3.4.2 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:37:31 -0000 On Wed, May 27, 2020 at 4:31 PM Jonny Grant wrote: > > Hello > > Just looking here https://www.gnu.org/software/gdb/ > > > Unfortunately git fails because I don't have a publickey for sourceware.org Did you try: git clone git://sourceware.org/git/binutils-gdb.git > Is this also suitable? > https://github.com/bminor/binutils-gdb I mean that's somebody's unofficial mirror. If you find them trustworthy enough then sure. It does seem to be regularly updated. Christian