Gentoo Archives: gentoo-dev

From: Matt Turner <mattst88@g.o>
To: gentoo development <gentoo-dev@l.g.o>
Subject: Re: [gentoo-dev] Re: [gentoo-commits] repo/gentoo:master commit in: app-emulation/runc/
Date: Mon, 07 Dec 2015 19:21:21
Message-Id: CAEdQ38GDEbhK2JR6FHFzVWEfONAosK8SFVazNeNyL+Fm1cgsZg@mail.gmail.com
In Reply to: Re: [gentoo-dev] Re: [gentoo-commits] repo/gentoo:master commit in: app-emulation/runc/ by Mike Gilbert
1 On Mon, Dec 7, 2015 at 10:58 AM, Mike Gilbert <floppym@g.o> wrote:
2 > On Mon, Dec 7, 2015 at 1:26 PM, Matt Turner <mattst88@g.o> wrote:
3 >> On Mon, Dec 7, 2015 at 10:19 AM, Robin H. Johnson <robbat2@g.o> wrote:
4 >>> On Mon, Dec 07, 2015 at 05:16:01AM +0000, Doug Goldstein wrote:
5 >>>> commit: 37c1ec7ef31a51206421f03a2df489ec7d7ca244
6 >>>> Author: Doug Goldstein <cardoe <AT> gentoo <DOT> org>
7 >>>> AuthorDate: Mon Dec 7 05:14:50 2015 +0000
8 >>>> Commit: Doug Goldstein <cardoe <AT> gentoo <DOT> org>
9 >>>> CommitDate: Mon Dec 7 05:15:22 2015 +0000
10 >>>> URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37c1ec7e
11 >>>>
12 >>>> app-emulation/runc: version bump
13 >>>>
14 >>>> bump to latest upstream release.
15 >>>>
16 >>>> Signed-off-by: Doug Goldstein <cardoe <AT> gentoo.org>
17 >>>>
18 >>>> app-emulation/runc/runc-0.0.5.ebuild | 52 ++++++++++++++++++++++++++++++++++++
19 >>>> 1 file changed, 52 insertions(+)
20 >>> You did not update the Manifest or use repoman, and thus blocked the
21 >>> rsync tree.
22 >>>
23 >>> I fixed it now.
24 >>
25 >> This is happening with some frequency. Could we install a server-side
26 >> git hook that prevents pushes if an ebuild is added without a Manifest
27 >> change? It wouldn't have to verify anything more than that to catch
28 >> nearly all of these problems.
29 >>
30 >
31 > That would not work for ebuilds which do not have any distfiles
32 > associated with them.
33
34 Good point.
35
36 It *would* have to be somewhat more involved then...

Replies

Subject Author
[gentoo-dev] git update hook: detecting missing Manifest DIST entries "Robin H. Johnson" <robbat2@g.o>