Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r9934 - in main/trunk: . man
Date: Mon, 21 Apr 2008 05:14:57
Message-Id: E1JnoMg-0004KM-PD@stork.gentoo.org
1 Author: zmedico
2 Date: 2008-04-21 05:14:53 +0000 (Mon, 21 Apr 2008)
3 New Revision: 9934
4
5 Modified:
6 main/trunk/RELEASE-NOTES
7 main/trunk/man/emerge.1
8 main/trunk/man/portage.5
9 Log:
10 Document FEATURES="metadata-transfer" changes some more.
11
12
13 Modified: main/trunk/RELEASE-NOTES
14 ===================================================================
15 --- main/trunk/RELEASE-NOTES 2008-04-21 04:27:08 UTC (rev 9933)
16 +++ main/trunk/RELEASE-NOTES 2008-04-21 05:14:53 UTC (rev 9934)
17 @@ -35,6 +35,12 @@
18 portage-2.1.5
19 ==================================
20
21 +* The metadata-transfer feature is now disabled by default. This disables the
22 + "Updating Portage cache" routine that used to run at the tail end of each
23 + `emerge --sync` operation. If you use something like the sqlite module and
24 + want to keep all metadata in that format alone (useful for querying), enable
25 + FEATURES="metadata-transfer" in make.conf.
26 +
27 * The parallel-fetch feature is now enabled by default. It is optimized
28 to avoid doing redundant checksums for previously downloaded files that have
29 the correct size. Run `tail -f /var/log/emerge-fetch.log` in a
30
31 Modified: main/trunk/man/emerge.1
32 ===================================================================
33 --- main/trunk/man/emerge.1 2008-04-21 04:27:08 UTC (rev 9933)
34 +++ main/trunk/man/emerge.1 2008-04-21 05:14:53 UTC (rev 9934)
35 @@ -133,6 +133,8 @@
36 populates the cache database that portage uses for pre-parsed lookups of
37 package data. It does not populate cache for the overlays listed in
38 PORTDIR_OVERLAY. In order to generate cache for overlays, use \fB\-\-regen\fR.
39 +In versions of portage >=2.1.5 the \-\-metadata action is totally unnecessary
40 +unless the user has enabled FEATURES="metadata-transfer" in \fBmake.conf\fR(5).
41 .TP
42 .BR "\-\-prune " (\fB\-P\fR)
43 \fBWARNING: This action can remove important packages!\fR Removes all but the
44
45 Modified: main/trunk/man/portage.5
46 ===================================================================
47 --- main/trunk/man/portage.5 2008-04-21 04:27:08 UTC (rev 9933)
48 +++ main/trunk/man/portage.5 2008-04-21 05:14:53 UTC (rev 9934)
49 @@ -392,7 +392,9 @@
50 run `emerge \-\-metadata` if they have enabled FEATURES="metadata-transfer"
51 in \fBmake.conf\fR(5). In order to regenerate metadata for repositories
52 listed in \fBPORTDIR_OVERLAY\fR or a cvs tree, run `emerge \-\-regen`
53 -(see \fBemerge\fR(1)).
54 +(see \fBemerge\fR(1)). If you use something like the sqlite module and want
55 +to keep all metadata in that format alone (useful for querying), enable
56 +FEATURES="metadata-transfer" in \fBmake.conf\fR(5).
57 .TP
58 .BR package.keywords
59 Per\-package KEYWORDS. Useful for mixing unstable packages in with a normally
60
61 --
62 gentoo-commits@l.g.o mailing list