From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5131 invoked by alias); 16 Feb 2017 19:30:03 -0000 Mailing-List: contact overseers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: , Sender: overseers-owner@sourceware.org Received: (qmail 5083 invoked by uid 89); 16 Feb 2017 19:30:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=frank, Frank, H*F:U*pinskia, notifications X-HELO: mail-yb0-f170.google.com Received: from mail-yb0-f170.google.com (HELO mail-yb0-f170.google.com) (209.85.213.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 16 Feb 2017 19:29:52 +0000 Received: by mail-yb0-f170.google.com with SMTP id 123so7042447ybe.3 for ; Thu, 16 Feb 2017 11:29:52 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=RjxHSuVi2vLoJ1IDkoVvNhRvRfA/Uiq1pLvqltZYkVk=; b=c6mbEyaUVIrxzt+ZYiuKB/PH1DO1DeXZ3ok9V6FHqi3dPS7fvZ4k0jesZ8al5daZMy qSuOUtRQONtdM+wTHATRCalQ3EsRmXIkDsp9wTkLJlhzCJzx+2XV/nM9pqniTereEfhM sl+gRnH3HLx7dBTIAcdL1gk6VotZZTgQ8vrZUTcq6FIxjY61SRLD2/GId1AvFSTgKOUw sPfmIy+4d8EXF+cYc72Wz5pgzBoSfTeEDFw83lKxfnrePYNhgBhao1kwIqc8EGerlq1O rwMnWmvAH8mpzxsH7iic1u7Y++f8iNoi9x54zB/5qfUv/s272/asVaOjB7Tw4CaCu/J7 bQuQ== X-Gm-Message-State: AMke39kRVkoLFTtPbbCXcHlnj6dVuGQcn3lmkliHtUEXC4m1XgTX1igFq5up6boe2JI202bD/Do1OYCQcP99MA== X-Received: by 10.37.87.8 with SMTP id l8mr2783725ybb.108.1487273390826; Thu, 16 Feb 2017 11:29:50 -0800 (PST) MIME-Version: 1.0 Received: by 10.13.255.69 with HTTP; Thu, 16 Feb 2017 11:29:50 -0800 (PST) In-Reply-To: <20170216184802.GA74452@elastic.org> References: <20170204225408.GF41423@elastic.org> <20170206160126.GH41423@elastic.org> <20170206210512.GJ41423@elastic.org> <20170209224434.GM41423@elastic.org> <20170216184802.GA74452@elastic.org> From: Andrew Pinski Date: Thu, 16 Feb 2017 19:30:00 -0000 Message-ID: Subject: Re: Fwd: hosting Valgrind repository on sourceware.org To: "Frank Ch. Eigler" Cc: Ivo Raisr , "overseers@sourceware.org" Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2017-q1/txt/msg00087.txt.bz2 On Thu, Feb 16, 2017 at 10:48 AM, Frank Ch. Eigler wrote: > Hi, Ivo - > >> I would like confirm with you about possibility of sending >> notifications about pushed commits to Valgrind repo. [...] > > Someone with logon shell access to sourceware, like mjw, can > install hooks (within reason) into your repo. Note binutils/gdb use the AdaCore githooks which you might want to use here too (I don't know what glibc uses though): https://github.com/AdaCore/git-hooks Thanks, Andrew > > - FChE