Gentoo Archives: gentoo-user

From: Daniel Iliev <daniel.iliev@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Automated "emerge -e world"
Date: Wed, 12 Sep 2007 00:21:39
Message-Id: 46e72d2b.0eff300a.1c8f.ffff9f7b@mx.google.com
1 Hi, list
2
3 I'd like to automate a full re-emerging and to get a record of all
4 packages that failed. Something like:
5
6 ##
7
8 emerge -e world || {
9
10 echo "$CATEGORY/$PN" >>failed.txt
11
12 while ! emerge --resume --skipfirst
13 do
14 echo "$CATEGORY/$PN" >> failed.txt
15 done
16 }
17
18 ##
19
20
21 Any ideas how to achieve this?
22
23
24 --
25 Best regards,
26 Daniel
27 --
28 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Automated "emerge -e world" Albert Hopkins <marduk@g.o>