Gentoo Archives: gentoo-user

From: Allan Gottlieb <gottlieb@×××.edu>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] System maintenance procedure?
Date: Wed, 05 Dec 2012 03:33:07
Message-Id: yu9mwxtp46q.fsf@nyu.edu
In Reply to: Re: [gentoo-user] System maintenance procedure? by Pandu Poluan
1 On Tue, Dec 04 2012, Pandu Poluan wrote:
2
3 > On Dec 5, 2012 7:34 AM, "Grant" <emailgrant@×××××.com> wrote:
4 >>
5 >> My unattended daily system maintenance procedure is like this:
6 >>
7 >> layman -S
8 >> emerge --sync
9 >> emerge -pvDuN world
10 >> emerge -pv --depclean
11 >> eclean -p distfiles
12 >> eclean -p packages
13 >>
14 >> And then attended like this:
15 >>
16 >> emerge -DuN world
17 >> revdep-rebuild
18 >> etc-update
19 >> elogv
20 >> emerge --depclean
21 >> eclean distfiles
22 >> eclean packages
23 >>
24 >> Am I missing any good stuff?
25 >>
26 >> - Grant
27 >
28 > There's an incantation that makes emerge download the source files but
29 > don't actually emerge them, yet. Will save a lot of time during attended
30 > sessions if your Internet connection is kind of not fast.
31 >
32 > Can someone help me refresh my mind?
33 >
34 > Rgds,
35 > --
36
37 --fetchonly -f (can also see -F --fetch-all-uri)
38
39 allan