From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-3.1 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FORGED_GMAIL_RCVD, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=no autolearn_force=no version=3.4.2 Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id E88B91F4C0 for ; Fri, 25 Oct 2019 01:16:55 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:cc:subject:message-id:references :mime-version:content-type:in-reply-to; q=dns; s=default; b=Tvcr 9+DsSKQbIJSt8Q7RtvM0hF0WxEhln7ROxs9qYvOBEZoQbRy4Af7LN9I1lq3eHTug inzFKJkTSP+Y+trFp+J41NCRjU98Qn4SE8H6DBgQQrivwkui8Xk1Gy9Feee38X1p CouQCwbSV0lZ0b6TXqRpq7HSCK1mbkpYKjZ/Q10= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:cc:subject:message-id:references :mime-version:content-type:in-reply-to; s=default; bh=gRgxGwfTvd io25IV2VyllD+E0S4=; b=dm13tFEATTh6dOZbf7bcrltIS+xxR9w9ftAy/KkuxQ V//5p6vWa1o1ERzMTkDM9qSK+w5OKeDAqhglH5j1pICYwRUZXPqS08y/AcRqZouo eWvsdsKRyzCECD5NY3AnMsPzxSKN6SEWIOqIg66Y3KwaiDEVo+6MohWVEBXLfM7p o= Received: (qmail 128162 invoked by alias); 25 Oct 2019 01:16:53 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 119969 invoked by uid 89); 25 Oct 2019 01:16:48 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: mail-pg1-f173.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=52YjH3Czmt2dBpqyFvZ5jaLERp2dlHMrpxb66+Ay6NI=; b=UuFvK+NZdL5lV3GhuSTzcbIuq5mtxSPR3bCTvhohTSxqbQ9Apl6j7BHqtNMNPqFhC5 N/kOu4s0gFixIHO0PO0nLgod/BNNwM++Hz9nzcqgg6hHl4RaVXlJgq2aZjaVIsJWfKLb iGcTeMhDFHGPb7KuQH/34C/b06v/ntYCAVfG3Ie0wBrwqnLU5bEiQ+CvTSeY7t5VN9FO gbG5BdyrL0vIoc5PMBwKhKqqYU863zUcqFrqqp646X7oKWWHBXdqgkahXeaBOZCfQu1H Z2hmTX+gS/9gqjdU9q5LnO/r6bUX1SfwKn3brmSdwkHCFgiE6Az3pWg6HnuYAyV02sCb mSKg== Date: Thu, 24 Oct 2019 18:16:42 -0700 From: Jonathan Nieder To: Ian Kent Cc: Joseph Myers , Carlos O'Donell , libc-alpha Subject: Re: Setup non-pushing gerrit instance for glibc. Message-ID: <20191025011641.GA45423@google.com> References: <2e93ece9-386b-c587-9355-33a4695a3f02@redhat.com> <580baf4ff0699a1eed12c2ea48f2162db639ad1c.camel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <580baf4ff0699a1eed12c2ea48f2162db639ad1c.camel@redhat.com> User-Agent: Mutt/1.10.1 (2018-07-13) Hi, Ian Kent wrote: > I haven't spent much time with Gerrit but the time I have spent > I've found myself thinking Gerrit is designed with the assumption > that submissions are "one" patch. > > I found handling a patch series (which I almost always have when > doing changes) rather painful! Interesting. The Gerrit project itself[1] uses Gerrit and very often uses patch series. See [2] for an example. The section in its documentation on "developing multiple changes in parallel"[3] (admittedly poorly named) says a little more about this. Thanks and hope that helps, Jonathan [1] https://gerrit-review.googlesource.com/ [2] https://gerrit-review.googlesource.com/c/gerrit/+/208641 [3] https://gerrit-review.googlesource.com/Documentation/intro-user.html#multiple-features