From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from elastic.org (elastic.org [96.126.110.187]) by sourceware.org (Postfix) with ESMTPS id 8D5D63858C53 for ; Thu, 8 Feb 2024 11:36:43 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 8D5D63858C53 Authentication-Results: sourceware.org; dmarc=pass (p=quarantine dis=none) header.from=elastic.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=elastic.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 8D5D63858C53 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=96.126.110.187 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1707392205; cv=none; b=MLXbTJEp8l6/nrJYEhkUxMirOLN7zpiXg62Gwl7kMakQK7pHWpqRx9vJtSbz5RhCKH/kDJEVic+m2gYH+EcWCoym0SWy6be00Nlg6t29oFH3rPMZoUzxj1HsUv4xi046LrW2eLLz/Gk9JJFqzMMbeE1CV9dQ/kCkWXvNQ5xdwvM= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1707392205; c=relaxed/simple; bh=TR/tCd0MFzXkZ7/Um+/+ak6R7EPtrDD+NL88RPr9Vwo=; h=DKIM-Signature:Date:From:To:Subject:Message-ID:MIME-Version; b=Pa/Eh6M5Fu5fWi5KY3xj+H3U2zgInXq0WBQY7DpYXVmf6qK/NJN7mmMieBQMaZqfUJKYPBa+n8H2ornx1vaVp00iF2HJFaoFcDasZ+c0j7rPbkqro9PN7bygW7CC4aQL/sorzl0i4mO2yJYuy8beY3GoPqH+IKTIupM14mn42AM= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=elastic.org ; s=default2; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding: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=ulQWMM87PpMShzJfs7Rer8k7IeS/dG68loeyXgK4OmE=; b=U1Ji1b21yIt1X8D+LZU28ITrkc 78gj66m1rfDO2r+h6XN43f+wU6DaKJcS8WJhdTsgK3+CLb7m1SgBLIsfYfyQokdFylpMmq9+rk/+A mu9NVsWEOzf6nRekIrKeFiRHCgUI0c6b4aC25Cr+TjUkTWRva+TJTsG779KA7QpLNPXq6F7mHzVAE tbIxLzFbE7bzWiQXEeT0sF13P9FCp0UoVSm1ZDqXF0Vr8PtHx2gdqVL39PgA5R94ZZY5pkHiYG7TA ab1TK52qwl1QNuPO/9hJYMJJJpslxO783ZYkUyulMj7yVwiXQE2bFb1r63C6r8edGEhlnlloa/NKT H/uYVIAQ==; Received: from vpn-home.elastic.org ([10.0.0.2] helo=elastic.org) by elastic.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.97.1) (envelope-from ) id 1rY2hu-0000000081u-3Cro; Thu, 08 Feb 2024 11:36:42 +0000 Received: from very.elastic.org ([192.168.1.1]) by elastic.org with esmtp (Exim 4.97.1) (envelope-from ) id 1rY2hu-00000000VDD-1gNQ; Thu, 08 Feb 2024 06:36:42 -0500 Received: from fche by very.elastic.org with local (Exim 4.97.1) (envelope-from ) id 1rY2hu-0000000DBWj-1RRF; Thu, 08 Feb 2024 06:36:42 -0500 Date: Thu, 8 Feb 2024 06:36:42 -0500 From: "Frank Ch. Eigler" To: Overseers mailing list Cc: Jon Turney , Mark Wielaard Subject: Re: cygwin-packages gitweb to cgit rewrite Message-ID: References: <20240207233843.GF25554@gnu.wildebeest.org> <20240208112636.GI25554@gnu.wildebeest.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240208112636.GI25554@gnu.wildebeest.org> X-Sender-Verification: "" X-Spam-Status: No, score=-102.0 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_PASS,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE,USER_IN_WELCOMELIST,USER_IN_WHITELIST autolearn=ham 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 - > [...] 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). [...] FWIW I'm more risk-averse and would prefer to hang onto traditional /git/. People who like new can use new; those who like old can use old. - FChE