public inbox for gentoo-catalyst@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-catalyst] [PATCH 1/2] Use update_seed's argument as an argument list to emerge
@ 2012-11-14  1:09 mattst88
  2012-11-14  1:09 ` [gentoo-catalyst] [PATCH 2/2] Document the update_seed option mattst88
  0 siblings, 1 reply; 3+ messages in thread
From: mattst88 @ 2012-11-14  1:09 UTC (permalink / raw
  To: gentoo-catalyst; +Cc: Matt Turner

From: Matt Turner <mattst88@gmail.com>

Previously, update_seed caused the seed stage to be updated with
--update --deep --newuse @world. This proved to be unnecessary in the
majority of cases.

Simply give run_merge the previously unused argument of update_seed as
an argument list. This allows updating select packages in a seed stage.
---
 targets/stage1/stage1-chroot.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/targets/stage1/stage1-chroot.sh b/targets/stage1/stage1-chroot.sh
index a9536a6..377a7cf 100644
--- a/targets/stage1/stage1-chroot.sh
+++ b/targets/stage1/stage1-chroot.sh
@@ -24,7 +24,7 @@ clst_root_path=/ setup_pkgmgr
 # Update stage3
 if [ -n "${clst_update_seed_cache}" ]; then
 	echo "Updating seed stage..."
-	clst_root_path=/ run_merge "--update --deep --newuse @world"
+	clst_root_path=/ run_merge "${clst_update_seed_cache}"
 else
 	echo "Skipping seed stage update..."
 fi
-- 
1.7.8.6



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-11-14  3:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-14  1:09 [gentoo-catalyst] [PATCH 1/2] Use update_seed's argument as an argument list to emerge mattst88
2012-11-14  1:09 ` [gentoo-catalyst] [PATCH 2/2] Document the update_seed option mattst88
2012-11-14  1:18   ` Rick "Zero_Chaos" Farina

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