Gentoo Archives: gentoo-portage-dev

From: Zac Medico <zmedico@g.o>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] [PATCH] egencache: add a standard -j flags for --jobs
Date: Fri, 17 Aug 2012 21:11:39
Message-Id: 502E94EF.8020807@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH] egencache: add a standard -j flags for --jobs by Mike Frysinger
1 On 08/16/2012 02:47 PM, Mike Frysinger wrote:
2 > Signed-off-by: Mike Frysinger <vapier@g.o>
3 > ---
4 > bin/egencache | 2 +-
5 > 1 file changed, 1 insertion(+), 1 deletion(-)
6 >
7 > diff --git a/bin/egencache b/bin/egencache
8 > index a75a341..d0c073c 100755
9 > --- a/bin/egencache
10 > +++ b/bin/egencache
11 > @@ -102,7 +102,7 @@ def parse_args(args):
12 > update.add_option("--cache-dir",
13 > help="location of the metadata cache",
14 > dest="cache_dir")
15 > - update.add_option("--jobs",
16 > + update.add_option("-j", "--jobs",
17 > action="store",
18 > help="max ebuild processes to spawn")
19 > update.add_option("--load-average",
20 >
21
22 Looks good to me.
23
24 --
25 Thanks,
26 Zac