From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id E6E223861034 for ; Thu, 15 Feb 2024 00:26:11 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org E6E223861034 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org E6E223861034 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=45.83.234.184 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1707956774; cv=none; b=NgkkFdCq9IHHH8AIAzpTNetfZaK09KNmmOjo7FkpvOyT8RXyZnaxRwTgSurnf636KZHJtEdGVML5EnxZQFWvge4elx+CwE/nYLQ3Ux5YfMOHo6uZQH7ryo93qL5jG583wcJ07Ob+XMwR7lVCtGrya52tE00MKOe1h21sa2QcRg8= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1707956774; c=relaxed/simple; bh=uhKrjHzPFScSb1Q+e6tkyhXEzTJRyXwZ7MmbZ/TpTZw=; h=Date:From:To:Subject:Message-ID:MIME-Version; b=ICvoV3KGLT9dYaoghY4uJJK+G759z/JH1AF8Pc1xLR6mo4OglfdCO5X/4hUyXYDVGX9ozTtZiKUfNKkzNpoTeKTO3Mkta7whsjqkBEKyrg3pdA8RaF9INH7vRsRg39nWYC7JcW8J+4XvFgF7e82/cwClA0Cutsj5ZwcpNxNOCiI= ARC-Authentication-Results: i=1; server2.sourceware.org Received: by gnu.wildebeest.org (Postfix, from userid 1000) id D6A5730005AA; Thu, 15 Feb 2024 01:26:10 +0100 (CET) Date: Thu, 15 Feb 2024 01:26:10 +0100 From: Mark Wielaard To: Nick Clifton via Overseers Cc: "Frank Ch. Eigler" , Nick Clifton Subject: Re: sftp access for binutils Message-ID: <20240215002610.GA29401@gnu.wildebeest.org> References: <87o7d4p2do.fsf@gnu.org> <87bk94p0mo.fsf@gnu.org> <6a1677dbf543a3626dd7811ce7423449ba4a5ff6.camel@klomp.org> <05dbaf0a-d95b-4bda-81bb-5a3b93c99484@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <05dbaf0a-d95b-4bda-81bb-5a3b93c99484@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Status: No, score=-3.1 required=5.0 tests=BAYES_00,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi Nick, On Fri, Feb 09, 2024 at 11:22:05AM +0000, Nick Clifton via Overseers wrote: > >Note that for the websites update we want to setup a binutils-htdoc.git > >repo like other sourceware projects have so that you can just update > >the website through git: > >https://inbox.sourceware.org/binutils/a3ecae09-2858-4b60-9fd0-6c0618c51424@redhat.com/ > > > >But I didn't want to do this switch in the middle of a release. With > >the 2.42 release out the door, now might be a good time to do that. But > >please let me know if you first want to do some website updates the > >old-fashion way. > > I think that now would be a really good time to set this up, if you > don't mind. Thanks. Done using the guide at https://sourceware.org/sourceware-wiki/OSNewWebHosting/ There is now a binutils-htdocs git repo which can be updated by anyone in the binutils group (note that is a smaller group of people than have access to the binutils-gdb repo, which is the src group, so original gdb hackers cannot). Any update to binutils-htdocs should show up under https://sourceware.org/binutils/ Unfortunately I couldn't get all history. There are only the original cvs commits from 1999 to 2017. Everything after I had to update by hand. There is also a cgit index: https://sourceware.org/cgit/binutils-htdocs/ Please let us know if anything doesn't work as intended. Cheers, Mark