public inbox for gentoo-catalyst@lists.gentoo.org
 help / color / mirror / Atom feed
From: mattst88@gentoo.org
To: gentoo-catalyst@lists.gentoo.org
Cc: Matt Turner <mattst88@gmail.com>
Subject: [gentoo-catalyst] [PATCH 1/2] Use update_seed's argument as an argument list to emerge
Date: Tue, 13 Nov 2012 17:09:45 -0800	[thread overview]
Message-ID: <1352855386-4924-1-git-send-email-mattst88@gentoo.org> (raw)

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



             reply	other threads:[~2012-11-14  3:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-14  1:09 mattst88 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1352855386-4924-1-git-send-email-mattst88@gentoo.org \
    --to=mattst88@gentoo.org \
    --cc=gentoo-catalyst@lists.gentoo.org \
    --cc=mattst88@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox