don't build packages during update_seed
authorRick Farina (Zero_Chaos) <zerochaos@gentoo.org>
Thu, 31 Jan 2013 03:57:36 +0000 (22:57 -0500)
committerRick Farina (Zero_Chaos) <zerochaos@gentoo.org>
Thu, 31 Jan 2013 03:57:36 +0000 (22:57 -0500)
commite7ea409acb52b43e9ea141c57201f9f87673f7ba
tree9d33bc1c2638851ab57caf9b234938d99bc32c86
parent6b4153ab9a07fb2f2c77484bc60d24d0a491e618
don't build packages during update_seed

when update_seed is run it uses the default catalyst emerge options
which causes binary packages to be built which are linked against the
seed stage rather than the generated stage.  These binary packages
can be later used and cause significant and odd issues due to being
linked to older libraries.  I am passing "--buildpkg=n" for the
update_seed runs to prevent this issue and close bug #454184
targets/stage1/stage1-chroot.sh