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 94A0C3857B95 for ; Wed, 28 Sep 2022 14:06:12 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 94A0C3857B95 Authentication-Results: sourceware.org; dmarc=pass (p=quarantine dis=none) header.from=elastic.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=elastic.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=Bo08v/Uu6tjsupomAzuSpaXtylYxDy5iLSZ+ACzz+Yo=; b=EkeQtlHrnmBIm6ljAytT68gaEG 0af1uDygcJMRTpBA+crAu4nj+QxVio9WHboa70X0rTxbRWmXq0r0BJJZNRj5FcxwoCfzg7eT4NSWX 3xwL0UHRFjiAE/9K8SSLIAgDCgmTY/1u7fWZ9gtZP++4t+7OdEnbJP0+bzrftSGsVfrOS6MPWzRJZ sfT47XAvp5gQdV3mBAtJvHJT3Pb9FakI/x46qQfIIyZkHRg8bwrMzvlnUEquRDoOCo6p+u7CTadxA qoFdIp/vdua26RwY5E1QFe60GEvGEcbijDkGArzWtKnMx/XuhyUg4t27BmYucBGmnUkoY1th7+XYm w2jnj1KA==; 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.96) (envelope-from ) id 1odXhU-0002HM-02; Wed, 28 Sep 2022 14:06:12 +0000 Received: from very.elastic.org ([192.168.1.1]) by elastic.org with esmtp (Exim 4.96) (envelope-from ) id 1odXhT-000Rjf-1x; Wed, 28 Sep 2022 10:06:11 -0400 Received: from fche by very.elastic.org with local (Exim 4.96) (envelope-from ) id 1odXhT-00Ef28-1s; Wed, 28 Sep 2022 10:06:11 -0400 Date: Wed, 28 Sep 2022 10:06:11 -0400 From: "Frank Ch. Eigler" To: Overseers mailing list Cc: Carlos O'Donell Subject: Re: The GNU Toolchain Infrastructure Project Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Sender-Verification: "" X-Spam-Status: No, score=-101.6 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_PASS,SPF_PASS,TXREP,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 - On Tue, Sep 27, 2022 at 03:59:32PM -0400, Carlos O'Donell via Overseers wrote: > [...] Linux Foundation IT services plans for the GNU Toolchain > include Git repositories, mailing lists, issue tracking, web sites, > and CI/CD, implemented with strong authentication, attestation, and > security posture. [...] We have heard from developers from some of the proposed-departing projects that they assume that this would be a seamless change for them. (There may be a few unavoidable bits due to current uses of the sourceware.org domain, but others can be solved by some combination of redirection / mirroring.) Is there an intent that every sourceware service that these folks currently rely on would be duplicated? Or are there exceptions and/or infrastructure subsystem replacements being proposed? - FChE