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 83C6A1384B4 for ; Mon, 7 Dec 2015 18:27:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2ECE121C02C; Mon, 7 Dec 2015 18:27:22 +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 3583521C004 for ; Mon, 7 Dec 2015 18:27:21 +0000 (UTC) Received: from mail-qk0-f181.google.com (mail-qk0-f181.google.com [209.85.220.181]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: mattst88) by smtp.gentoo.org (Postfix) with ESMTPSA id CB44934097F for ; Mon, 7 Dec 2015 18:27:19 +0000 (UTC) Received: by qkcb135 with SMTP id b135so26839942qkc.3 for ; Mon, 07 Dec 2015 10:27:17 -0800 (PST) X-Received: by 10.13.206.193 with SMTP id q184mr23197147ywd.100.1449512837358; Mon, 07 Dec 2015 10:27:17 -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.37.95.87 with HTTP; Mon, 7 Dec 2015 10:26:57 -0800 (PST) In-Reply-To: References: <1449465322.37c1ec7ef31a51206421f03a2df489ec7d7ca244.cardoe@gentoo> From: Matt Turner Date: Mon, 7 Dec 2015 10:26:57 -0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [gentoo-dev] Re: [gentoo-commits] repo/gentoo:master commit in: app-emulation/runc/ To: gentoo development Cc: Doug Goldstein Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: 49eaa38a-02b1-4ab4-8aa6-d3aaade1b32d X-Archives-Hash: 57adf29d0b957c36039768c05d14e32c 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.