public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r9849 - in main/branches/2.1.2: . man
@ 2008-04-11 23:55 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2008-04-11 23:55 UTC (permalink / raw
  To: gentoo-commits

Author: zmedico
Date: 2008-04-11 23:55:54 +0000 (Fri, 11 Apr 2008)
New Revision: 9849

Modified:
   main/branches/2.1.2/RELEASE-NOTES
   main/branches/2.1.2/man/make.conf.5
Log:
Add some notes for the parallel-fetch feature and the new --complete-graph
option for emerge. (trunk r9848)


Modified: main/branches/2.1.2/RELEASE-NOTES
===================================================================
--- main/branches/2.1.2/RELEASE-NOTES	2008-04-11 23:32:17 UTC (rev 9848)
+++ main/branches/2.1.2/RELEASE-NOTES	2008-04-11 23:55:54 UTC (rev 9849)
@@ -1,6 +1,23 @@
 Release Notes; upgrade information mainly.
 Features/major bugfixes are listed in NEWS
 
+portage-2.1.5
+==================================
+
+* The parallel-fetch feature is now enabled by default. It is optimized
+  to avoid doing redundant checksums for previously downloaded files that have
+  the correct size. Run `tail -f /var/log/emerge-fetch.log` in a
+  terminal to view parallel-fetch progress. Add FEATURES="-parallel-fetch"
+  to /etc/make.conf if you want to disable this feature.
+
+* For extra careful dependency handling, emerge has a new --complete-graph
+  option that causes it to consider the deep dependencies of all packages from
+  the system and world sets. With this option enabled, emerge will bail out
+  if it determines that the given operation will break any dependencies of
+  the packages that have been added to the graph. Unlike the --deep option,
+  the --complete-graph option does not cause any more packages to be updated
+  than would have otherwise been updated with the option disabled.
+
 portage-2.1.4.1
 ==================================
 

Modified: main/branches/2.1.2/man/make.conf.5
===================================================================
--- main/branches/2.1.2/man/make.conf.5	2008-04-11 23:32:17 UTC (rev 9848)
+++ main/branches/2.1.2/man/make.conf.5	2008-04-11 23:55:54 UTC (rev 9849)
@@ -242,7 +242,9 @@
 Disables xterm titlebar updates (which contains status info).
 .TP
 .B parallel\-fetch
-Fetch in the background while compiling.
+Fetch in the background while compiling. Run
+`tail \-f /var/log/emerge\-fetch.log` in a
+terminal to view parallel-fetch progress.
 .TP
 .B sandbox
 Enable sandbox\-ing when running \fBemerge\fR(1) and \fBebuild\fR(1).

-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-04-11 23:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-11 23:55 [gentoo-commits] portage r9849 - in main/branches/2.1.2: . man Zac Medico (zmedico)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox