From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 32F321384B4 for ; Mon, 7 Dec 2015 18:58:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45ACD21C071; Mon, 7 Dec 2015 18:58:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3CCF721C02C for ; Mon, 7 Dec 2015 18:58:31 +0000 (UTC) Received: from mail-ig0-f180.google.com (mail-ig0-f180.google.com [209.85.213.180]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: floppym) by smtp.gentoo.org (Postfix) with ESMTPSA id D70383407D0 for ; Mon, 7 Dec 2015 18:58:29 +0000 (UTC) Received: by igbxm8 with SMTP id xm8so89776452igb.1 for ; Mon, 07 Dec 2015 10:58:27 -0800 (PST) X-Received: by 10.50.43.201 with SMTP id y9mr18570119igl.65.1449514707597; Mon, 07 Dec 2015 10:58:27 -0800 (PST) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Received: by 10.107.3.27 with HTTP; Mon, 7 Dec 2015 10:58:08 -0800 (PST) In-Reply-To: References: <1449465322.37c1ec7ef31a51206421f03a2df489ec7d7ca244.cardoe@gentoo> From: Mike Gilbert Date: Mon, 7 Dec 2015 13:58:08 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [gentoo-dev] Re: [gentoo-commits] repo/gentoo:master commit in: app-emulation/runc/ To: Gentoo Dev Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: 5ec8ca55-f01b-4028-b986-cd7697254286 X-Archives-Hash: 2f6c27f77cb75fe8c8ea6093e7b730f5 On Mon, Dec 7, 2015 at 1:26 PM, Matt Turner wrote: > On Mon, Dec 7, 2015 at 10:19 AM, Robin H. Johnson wrote: >> On Mon, Dec 07, 2015 at 05:16:01AM +0000, Doug Goldstein wrote: >>> commit: 37c1ec7ef31a51206421f03a2df489ec7d7ca244 >>> Author: Doug Goldstein gentoo org> >>> AuthorDate: Mon Dec 7 05:14:50 2015 +0000 >>> Commit: Doug Goldstein gentoo org> >>> CommitDate: Mon Dec 7 05:15:22 2015 +0000 >>> URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37c1ec7e >>> >>> app-emulation/runc: version bump >>> >>> bump to latest upstream release. >>> >>> Signed-off-by: Doug Goldstein gentoo.org> >>> >>> app-emulation/runc/runc-0.0.5.ebuild | 52 ++++++++++++++++++++++++++++++++++++ >>> 1 file changed, 52 insertions(+) >> You did not update the Manifest or use repoman, and thus blocked the >> rsync tree. >> >> I fixed it now. > > This is happening with some frequency. Could we install a server-side > git hook that prevents pushes if an ebuild is added without a Manifest > change? It wouldn't have to verify anything more than that to catch > nearly all of these problems. > That would not work for ebuilds which do not have any distfiles associated with them.