From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by sourceware.org (Postfix) with ESMTPS id 59872384B11C for ; Thu, 18 Apr 2024 17:37:34 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 59872384B11C Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 59872384B11C Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=170.10.129.124 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1713461856; cv=none; b=cHiI+quvmEV15Tg9eT646VrkvwQPWGTHAcKtmxxDMYTqKlB30wdVfRrft/BAPY896/mJXx//BcbANdcLfG4fDKUq+RbFyBeEN6PXIm4ihbbKsjPmU5cNF/sSAu4VltFGOavNE+zI2DnIvmU8ilUvCd9WXE5kUNIkJyz0WOElTDE= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1713461856; c=relaxed/simple; bh=ge4oKohdK50zWW7pt8J50ESnWuXKzs1gld7GG2PabbU=; h=DKIM-Signature:Date:From:To:Subject:Message-ID:MIME-Version; b=bcPP2ctv1QnSuvHmm+oRJV+AJ/65m077TNVARuxNPfo6/PhvN5i4Mx8k1PvfVHE0w9ha3U59WM+dCjxxNCwrbhN+fAPGPfwVWREIC4k9PPudyTLSeuzwCgMPuCp/jNKLQHXzqF9ZNS1ekjsy/F/+6JqjRSXvHyE8aSu7+sD2lbk= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1713461854; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=OIBnJL+y42g9Dx3KwHo/bKQDcrhVi+XTSvOfMmoAkJQ=; b=QDUhiXbnKXiOkWqr2KFQwz8CaJgoMpbIunSUtsEdIwAutpYCcIi9LamTFeh3wpmsedfH5P Tt89Ee5CREdAiERd1vdnadmjOoTv3VRtXYGxg8rOZ9Rq1KH3luqeb0fGXhfWmpw9OVmf0k oZkUZwu+Iq+nXBNtiihyPlVQIY+pD9g= Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-339-mU8OCFR-OqW4HUta56OeOw-1; Thu, 18 Apr 2024 13:37:28 -0400 X-MC-Unique: mU8OCFR-OqW4HUta56OeOw-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 502BF2801A7C; Thu, 18 Apr 2024 17:37:28 +0000 (UTC) Received: from redhat.com (unknown [10.22.8.11]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 02D6C3543A; Thu, 18 Apr 2024 17:37:28 +0000 (UTC) Received: from fche by redhat.com with local (Exim 4.94.2) (envelope-from ) id 1rxVhO-0005F5-Gj; Thu, 18 Apr 2024 13:37:26 -0400 Date: Thu, 18 Apr 2024 13:37:26 -0400 From: "Frank Ch. Eigler" To: Overseers mailing list Cc: Mark Wielaard , Joseph Myers , gcc@gcc.gnu.org, binutils@sourceware.org, gdb@sourceware.org, libc-alpha@sourceware.org Subject: Re: Updated Sourceware infrastructure plans Message-ID: <20240418173726.GD9069@redhat.com> References: <20240417232725.GC25080@gnu.wildebeest.org> MIME-Version: 1.0 In-Reply-To: User-Agent: Mutt/1.12.0 (2019-05-25) X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.5 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Status: No, score=-8.1 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_NONE,TXREP autolearn=unavailable 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 suggest that a basic principle for such a system is that it > should be *easy* to obtain and maintain a local copy of the history > of all pull requests. That includes all versions of a pull request, > if it gets rebased, and all versions of comments, if the system > allows editing comments. A system that uses git as the source of > truth for all the pull request data and has refs [...] Do you know of a system with these characteristics? - FChE