Add a --rebuilt-binaries[=n] option, causing automatic replacement of
authorZac Medico <zmedico@gentoo.org>
Tue, 2 Mar 2010 20:26:08 +0000 (20:26 -0000)
committerZac Medico <zmedico@gentoo.org>
Tue, 2 Mar 2010 20:26:08 +0000 (20:26 -0000)
commit16891c2aee866c2074198cc50b12254f040e9be1
tree20501d5b33595cef4818ef14a135a907a19289cd
parent6cc62aaae04c5032fcfe06b87b96d6e94228a982
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. (trunk r15364)

svn path=/main/branches/2.1.7/; revision=15591
man/emerge.1
pym/_emerge/depgraph.py
pym/_emerge/help.py
pym/_emerge/main.py