Gentoo Archives: gentoo-dev

From: Mike Frysinger <vapier@g.o>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] Gentoo internal structure
Date: Sat, 22 Nov 2003 07:41:28
Message-Id: 200311220241.34983.vapier@gentoo.org
In Reply to: Re: [gentoo-dev] Gentoo internal structure by Chris Gianelloni
1 On Friday 21 November 2003 16:07, Chris Gianelloni wrote:
2 > On Fri, 2003-11-21 at 15:15, Paul de Vrieze wrote:
3 > > I don't want interactive "y"'s as in that case I cannot redirect my
4 > > output to a logfile anymore.
5
6 then accept the license ahead of time ... define ACCEPT_LICENSES in make.conf
7 and be done with it
8
9 > Something like INTERACTIVE=yes in the ebuild and emerge --interactive.
10 > Otherwise the ebuild would be skipped (like in a emerge -u world),
11 > preferably with some form of message displayed BEFORE the merge starts.
12
13 overkill imo ... just define ACCEPT_LICENSES and you wont have a
14 non-interactive emerge with respect to this
15
16 > * Enemy Territory requires user input and will be skipped during this
17 > emerge. You can diable this behavior by running emerge with the
18 > --interactive command-line option.
19
20 or just prompt the user off the bat before emerging anything ... anything they
21 dont accept, remove from the list of things to emerge
22
23 http://bugs.gentoo.org/show_bug.cgi?id=17367
24 -mike
25
26
27
28 --
29 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] Gentoo internal structure Aron Griffis <agriffis@g.o>
Re: [gentoo-dev] Gentoo internal structure Chris Gianelloni <wolf31o2@g.o>