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=AWL,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 8B5BB20248 for ; Mon, 15 Apr 2019 21:08:21 +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:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=xaL14FGMEKy5Y2Ld IuxslsWqpJpzIHC4PCwGmCJrdRO1p3Jh98aFZFJU3tL89AzA8WUG4ZvKM31l97bS QFU/IuyFg2AHtLlb+Dc+UY62b/7wLgpGAnKQwezK6gg2W0nfN4hooFB+xSSyA9m/ 2WM69VfZkf24GXgQl3pGMD/vrhw= 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:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=pVR2t16YY91zTI1PJayHGw xyQ8E=; b=m/+gcdPZuLiBZX0pwHMOzX694Bt69Dqe80yth5LlhyYlFLDcbujsDi CxlCybag4q3SW97eHSrvRNyWFXV9e+C10N4CRh9owucy0T5pz8gsiX3fH2T8qC8z eay8+xDlO8U7KEzzkxW9PqJRp9K7NFWxpX7qR2EtEbWo001d9dxhs= Received: (qmail 81128 invoked by alias); 15 Apr 2019 21:08:19 -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 81117 invoked by uid 89); 15 Apr 2019 21:08:19 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: mail-vs1-f48.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=subject:to:references:from:openpgp:autocrypt:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=wxnqf0oJUXnvZuCuNRauLPwlkz98G69pnWXT5f/7XEw=; b=nru1gKZN97C6mOiSO5HSy1/LKseZ3GTN+rNgcp1Zn+Fii39QUhpb/IrkdAJQm1LIbz cyOajxo145njG/bxbULEj0jJDpWCVzXLkPbNL9tgdmRmOMmxAzl931z/SVluOS3594Qu SgEXeL5Awg/z8Do0q93b82S59wzuE3rOUiRfitXPBHZYtcGLI9wUkGIzBHHOMX7r+wt0 qz1xQ3DjtrPsV2nbEbBj0yhUH9keaXm+Dyl799UW03kbWVcWEvCDlESZvuDgCBviS020 xqo7acdkkTNo3HBbFDoXw8GYiQD7KGuuv5zCvD9Kko1WfQgbUe/+pRQnPABHUZtw9fUW 3yBg== Subject: Re: glibc git commit hooks update. To: libc-alpha@sourceware.org References: <56d46408-8314-aa01-91da-f8e32f2f56d1@redhat.com> From: Adhemerval Zanella Openpgp: preference=signencrypt Message-ID: Date: Mon, 15 Apr 2019 18:08:13 -0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <56d46408-8314-aa01-91da-f8e32f2f56d1@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit On 15/04/2019 16:29, Carlos O'Donell wrote: > Dear Community, > > Florian Weimer and myself have upgraded the glibc commit hooks > to use the common hooks from AdaCore scripts with Red Hat > customizations. These hooks are also being used by binutils > and valgrind and is part of the common infrastructure on > sourceware (/sourceware/projects/src-home/git-hooks). > Thanks for doing that.