Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r9935 - in main/branches/2.1.2: . man
Date: Mon, 21 Apr 2008 05:16:28
Message-Id: E1JnoO9-0004Lt-Mb@stork.gentoo.org
1 Author: zmedico
2 Date: 2008-04-21 05:16:24 +0000 (Mon, 21 Apr 2008)
3 New Revision: 9935
4
5 Modified:
6 main/branches/2.1.2/RELEASE-NOTES
7 main/branches/2.1.2/man/emerge.1
8 main/branches/2.1.2/man/portage.5
9 Log:
10 Document FEATURES="metadata-transfer" changes some more. (trunk r9934)
11
12
13 Modified: main/branches/2.1.2/RELEASE-NOTES
14 ===================================================================
15 --- main/branches/2.1.2/RELEASE-NOTES 2008-04-21 05:14:53 UTC (rev 9934)
16 +++ main/branches/2.1.2/RELEASE-NOTES 2008-04-21 05:16:24 UTC (rev 9935)
17 @@ -4,6 +4,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/branches/2.1.2/man/emerge.1
32 ===================================================================
33 --- main/branches/2.1.2/man/emerge.1 2008-04-21 05:14:53 UTC (rev 9934)
34 +++ main/branches/2.1.2/man/emerge.1 2008-04-21 05:16:24 UTC (rev 9935)
35 @@ -131,6 +131,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/branches/2.1.2/man/portage.5
46 ===================================================================
47 --- main/branches/2.1.2/man/portage.5 2008-04-21 05:14:53 UTC (rev 9934)
48 +++ main/branches/2.1.2/man/portage.5 2008-04-21 05:16:24 UTC (rev 9935)
49 @@ -395,7 +395,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