Add a --rebuilt-binaries[=n] option, causing automatic replacement of
authorZac Medico <zmedico@gentoo.org>
Thu, 18 Feb 2010 07:07:41 +0000 (07:07 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 18 Feb 2010 07:07:41 +0000 (07:07 -0000)
commit744b5b12943ba4dbe27a694250c8a5d390b6e5bc
tree097b22b5d402975d7745b39f1c25bd80262238c4
parentb4a4c9af72e036d8a0b2698c823cdf2979315369
Add a --rebuilt-binaries[=n] option, causing automatic replacement of
installed packages with binary packages that have been rebuilt. Rebuilds
are detected by comparison of BUILD_TIME package metadata. This option is
enabled automatically when using binary packages, so rebuilt binaries are
installed with a user's typical update command. This isn't possible with
the existing @rebuild-binaries package set since that only works with
--selective=n and therefore can't be used with a typical world update.
The package set framework should support this type of behavior sometime
in the future.

svn path=/main/trunk/; revision=15364
man/emerge.1
pym/_emerge/depgraph.py
pym/_emerge/help.py
pym/_emerge/main.py