Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r13495 - in main/branches/2.1.6: man pym/_emerge
Date: Thu, 30 Apr 2009 07:08:36
Message-Id: E1LzQNl-0007cO-N0@stork.gentoo.org
1 Author: zmedico
2 Date: 2009-04-30 07:08:33 +0000 (Thu, 30 Apr 2009)
3 New Revision: 13495
4
5 Modified:
6 main/branches/2.1.6/man/emerge.1
7 main/branches/2.1.6/pym/_emerge/help.py
8 Log:
9 Add a note about egencache to the --regen docs. (trunk r13330)
10
11 Modified: main/branches/2.1.6/man/emerge.1
12 ===================================================================
13 --- main/branches/2.1.6/man/emerge.1 2009-04-30 07:08:16 UTC (rev 13494)
14 +++ main/branches/2.1.6/man/emerge.1 2009-04-30 07:08:33 UTC (rev 13495)
15 @@ -169,7 +169,8 @@
16 the cache. After a portage update, rsync users may find it convenient to run
17 \fBemerge \-\-metadata\fR to rebuild the cache as portage does at the end of
18 a sync operation. In order to specify parallel \fB\-\-regen\fR behavior, use
19 -the \fB\-\-jobs\fR and \fB\-\-load\-average\fR options.
20 +the \fB\-\-jobs\fR and \fB\-\-load\-average\fR options. If you would like to
21 +generate and distribute cache for use by others, use \fBegencache\fR(1).
22 .TP
23 .BR "\-\-resume"
24 Resumes the most recent merge list that has been aborted due to an error.
25
26 Modified: main/branches/2.1.6/pym/_emerge/help.py
27 ===================================================================
28 --- main/branches/2.1.6/pym/_emerge/help.py 2009-04-30 07:08:16 UTC (rev 13494)
29 +++ main/branches/2.1.6/pym/_emerge/help.py 2009-04-30 07:08:33 UTC (rev 13495)
30 @@ -141,7 +141,8 @@
31 print " users as rsync updates the cache using server-side caches."
32 print " Rsync users should simply 'emerge --sync' to regenerate."
33 desc = "In order to specify parallel --regen behavior, use "+ \
34 - "the ---jobs and --load-average options."
35 + "the ---jobs and --load-average options. If you would like to " + \
36 + "generate and distribute cache for use by others, use egencache(1)."
37 for line in wrap(desc, desc_width):
38 print desc_indent + line
39 print