diff options
author | Zac Medico <zmedico@gentoo.org> | 2008-07-11 04:16:17 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2008-07-11 04:16:17 +0000 |
commit | 1550325ca1c4d51a878ce0a5fcaff6257c479974 (patch) | |
tree | c46e7fc9c81bb6e26b4f2b45855345eb4f28c45c /NEWS | |
parent | Refactor and simplify the main task scheduling and poll loops: (diff) | |
download | portage-idfetch-1550325ca1c4d51a878ce0a5fcaff6257c479974.tar.gz portage-idfetch-1550325ca1c4d51a878ce0a5fcaff6257c479974.tar.bz2 portage-idfetch-1550325ca1c4d51a878ce0a5fcaff6257c479974.zip |
Document the new --jobs and --load-average options for parallelization.
svn path=/main/trunk/; revision=11014
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,9 @@ News (mainly features/major bug fixes) portage-2.2 ------------- +* Add emerge --jobs and --load-average options which specify behavior + for building packages in parallel or for generating metadata in parallel + with emerge --regen. * Add emerge --keep-going option to continue as much as possible after an error. When an error occurs, dependencies are recalculated for remaining packages and any with unsatisfied dependencies are |