Gentoo Archives: gentoo-dev

From: Caleb Cushing <xenoterracide@×××××.com>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Regen2 ( was QA Overlay Layout support )
Date: Fri, 06 Mar 2009 11:09:59
Message-Id: 81bfc67a0903060309g512f633bhfb9262390219e54@mail.gmail.com
In Reply to: Re: [gentoo-dev] Regen2 ( was QA Overlay Layout support ) by "Marijn Schouten (hkBst)"
1 > I've found that git's patches aren't really what we want in the case of bumping.
2 >  For bug reports we usually ask for a patch against the last ebuild in the tree.
3 > Is there perhaps a way to make git do that automatically?
4
5 well, git has copy detection, you can tell if a file is merely a copy
6 of the previous (if git format-patch is done right) you can also just
7 do a diff on it? you could probably put it in a hook. or write a
8 script... or numerous other ways. once the work is done, getting any
9 amount of varying diffs is easy.
10
11 the problem with git right now, is all the things that gentoo does for
12 cvs and rsync. git doesn't need as much manifesting, it doesn't need
13 the cvs headers, or ChangeLog files, all this stuff just clutters
14 things with git. but this is a 'right now' problem, that I'm working
15 to solve, most of it leads right back to manifests.
16
17 > It's great that people are doing their own thing, but to get it into OUR tree it
18 > will need to be comitted to OUR tree by someone who has access to OUR tree.
19 > Patches are great, but commits are better.
20
21 yes but your commit process is made more complicated by your tools. I
22 for the most part require that the entire commit be ready to go.
23
24 > Your demands because of your feelings of entitlement are what are costing you
25 > respect.
26
27 why do people keep telling me what I feel? anyone else ever notice
28 feelings don't convey well over text.
29
30 > Yes, it's extremely frowned upon to step on another developers toes; Gentoo is
31 > not a one-man show. Would you like ME to stomp all over your tree? Didn't think so.
32
33 that depends on what you mean by 'stomp' if by stomp you mean fix
34 problems for users, stomp away. if by stomp you mean break stuff, then
35 no. I don't care if you change something I changed if it's better,
36 it's better.
37
38 > Just so we're clear. I really hope you change your attitude and take Peter
39 > Alfredsen (loki_val) up on his generous offer.
40
41 and my attitude is? what is it that you think I think?
42
43 I may take him up. but I'm also considering the possible conflict of
44 interest, as well as the additional time requirement. I hope you
45 understand. even if I do I have a commitment to what I've already
46 started.
47 --
48 Caleb Cushing
49
50 http://xenoterracide.blogspot.com

Replies

Subject Author
Re: [gentoo-dev] Regen2 ( was QA Overlay Layout support ) "Marijn Schouten (hkBst)" <hkBst@g.o>