Revert "don't build packages during update_seed" binpkg-blacklist
authorW. Trevor King <wking@tremily.us>
Tue, 16 Apr 2013 01:26:21 +0000 (21:26 -0400)
committerW. Trevor King <wking@tremily.us>
Tue, 16 Apr 2013 17:32:15 +0000 (13:32 -0400)
This reverts commit e7ea409acb52b43e9ea141c57201f9f87673f7ba.

This is a different approach to the same binpkg ABI compatibility
problem that I address in 1ad133e (spec: Add binpkg_blacklist option
for troublesome packages, 2013-04-15).  We only need to have one
approach, and I think binpkg_blacklist is cleaner.

targets/stage1/stage1-chroot.sh

index 3f628c22cfcb97ba45fa01b594c17b0cc465b7f8..462ea28387fa3678ab51507d783ca671d18c0f96 100644 (file)
@@ -28,9 +28,9 @@ if [ -n "${clst_update_seed}" ]; then
        if [ "${clst_update_seed}" == "yes" ]; then
                echo "Updating seed stage..."
                if [ -n "${clst_update_seed_command}" ]; then
-                       clst_root_path=/ run_merge "--buildpkg=n ${clst_update_seed_command}"
+                       clst_root_path=/ run_merge "${clst_update_seed_command}"
                else
-                       clst_root_path=/ run_merge "--buildpkg=n --update --deep --newuse --onlydeps gcc"
+                       clst_root_path=/ run_merge "--update --deep --newuse --onlydeps gcc"
                fi
        elif [ "${clst_update_seed}" != "no" ]; then
                echo "Invalid setting for update_seed: ${clst_update_seed}"