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 941643858C5F for ; Thu, 8 Feb 2024 11:26:37 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 941643858C5F 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 941643858C5F 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=1707391599; cv=none; b=LGzP0jT46WGAGPKudlio3d/FIuCfsmh0XXoTcwOUZm/p3iU1kmP/zHdPn8NXzoHfi9gx6P7ed9/mJwNKLhpcuP0INE8Q38nmR+5fc2mZpNBWDdnmtukTn6uDVkTkvkRWit4Q8QVOi3YCfuSNNQNgAgm1Gd+HDgg0fPi5xo8ERr0= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1707391599; c=relaxed/simple; bh=k8IYNdaMV58gKoYX41ddyjks1lUp/3nXf4/jxqxBYHg=; h=Date:From:To:Subject:Message-ID:MIME-Version; b=Ji4hgXeCKVVIn+AQdmXBxDgy9iiIbSyecppdwOgVXWow5sJWmR1EAOnnAEZWzQBhVSTeuodTujI6jJvXF1cLz6Cb99Ad0ZDl04PVxl+UImdKHZ57FF+XxzIqGWlPhgi9tGtkdxomSg9UQZDU+K6lDD7Rw1sgxcvIH2mMg2vsGYM= ARC-Authentication-Results: i=1; server2.sourceware.org Received: by gnu.wildebeest.org (Postfix, from userid 1000) id 9831D3000673; Thu, 8 Feb 2024 12:26:36 +0100 (CET) Date: Thu, 8 Feb 2024 12:26:36 +0100 From: Mark Wielaard To: overseers@sourceware.org, Jon Turney Subject: Re: cygwin-packages gitweb to cgit rewrite Message-ID: <20240208112636.GI25554@gnu.wildebeest.org> References: <20240207233843.GF25554@gnu.wildebeest.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Status: No, score=-3.2 required=5.0 tests=BAYES_00,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,KAM_SHORT,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 Corinna, On Thu, Feb 08, 2024 at 10:27:32AM +0100, Corinna Vinschen via Overseers wrote: > On Feb 8 00:38, Mark Wielaard via Overseers wrote: > > For now I redirected https://cygwin.com/git-cygwin-packages/ and > > https://cygwin.com/git/cygwin-packages/ to > > https://cygwin.com/cgit/cygwin-packages/ > > > > This is just for the overview pages. All other subpages (and git > > repos) are still accessible. > > > > Rewriting those using Arsen's script [*] is a little tricky, unless we > > rewrite all cygwin/sourceware/gcc gitweb urls. > > > > Please yell and scream if I broke something. > > Didn't we want to move sware to cgit anyway? I think this is a good > move, given how much faster cgit works. The Cygwin homepage points > to the cgit web pages for quite some time already, at least as far > as the newlib-cygwin repo is concerned. Yes, and we did "move", we now have https://cygwin.com/cgit https://sourceware.org/cgit https://gcc.gnu.org/cgit and https://git.dwarfstd.org But the old links and https git transport backend still need to keep working on the old gitweb /git/ locations. I would love to "overlay" Arsen's script to rewrite all the old gitweb URLs to cgit, but I haven't found a good way to do that in stages (so e.g. just for cygwin-packages first). Because we multiplex our gitweb calls through the /etc/gitweb.conf setup. We need to find a way to do it through /etc/httpd/conf.d/gitweb.conf Cheers, Mark