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=-4.0 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham 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 AB2041F4C0 for ; Fri, 25 Oct 2019 04:10:39 +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:subject:from:to:cc:references:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=an3kV89EmCHg6wi3 tiwbgOt+unezmSQO3e7TjQmUddy9OjVO1wDaSFLHb71GKWd1nklkqQJlrDljWm0j GsCO1czkJWtDmYN1F9BzCFIOsjtsZLlKl/pmG5KErKK5335Bb+D2cnUdr+GF1ZMC OGPGJz6D0vm/AgXp4VjVb44vfvo= 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:subject:from:to:cc:references:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=LNjpV85FM5SEau4rfgmktC W2E9U=; b=NgF94QNkf0tVy9eRvU6MCL1R3nTRV3AYL5fTh96y8yMmY8r5GEcDVA 2nbEEM7vR4OI/46Mpg+lG9oea6rpb6GKapD1dKIYogLdDr4T5kfvvS2ISuCgWJlK b66ITMLJzSqNK7Fo1cFexMDdWFzUDdLf9Tn+g1W2gRfFEYe3xtiTg= Received: (qmail 101746 invoked by alias); 25 Oct 2019 04:10:36 -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 101737 invoked by uid 89); 25 Oct 2019 04:10:36 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: smtp.polymtl.ca DKIM-Filter: OpenDKIM Filter v2.11.0 smtp.polymtl.ca x9P4ANDt023235 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=polymtl.ca; s=default; t=1571976629; bh=Dg9tDMfio3LeIt+Bc1rNVEWCLRge25AVyuoVU4yDpF0=; h=Subject:From:To:Cc:References:Date:In-Reply-To:From; b=OS15DFNS0hy7BCgEO2YbIJL8L4pKZg7Mi0FruDHYj3GQmSGKyY1hvwgQe/PEPjG+i +rvUEp1NA53Wx6IBqWXfdBmArLXo10Bcqa88bsDHNy+iFM6KR0RipmdR4l1w64bU26 p6hdiH1crD+d7a1BMu+Fz4JxVh7J+8GDC9or9o+k= Subject: Re: Setup non-pushing gerrit instance for glibc. From: Simon Marchi To: Sergio Durigan Junior , "Carlos O'Donell" Cc: Joseph Myers , libc-alpha , Jonathan Nieder References: <2e93ece9-386b-c587-9355-33a4695a3f02@redhat.com> <8b64d48f-3fd6-fa06-5b33-8daa97661fef@redhat.com> <87tv7xvaw7.fsf@redhat.com> Message-ID: <392c1fcc-eedc-fee2-9656-5b760689b7f7@polymtl.ca> Date: Fri, 25 Oct 2019 00:10:22 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.1.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit On 2019-10-24 11:14 p.m., Simon Marchi wrote: > This is a prototype I did after spending maybe 15 minutes with the source of > Gerrit, so don't expect too much :). I was able to tell Gerrit to include > a fixed amount of lines above the line the comment is attached to. So this is what I have so far: https://gnutoolchain-gerrit.osci.io/r/c/gerrit/+/304 Simon