=== renamed file 'functions/fsb_gentoo_unmerge_udev' => 'fsb_gentoo_unmerge_udev' === modified file 'functions/fsb_chroot_bash' --- functions/fsb_chroot_bash 2013-05-15 20:09:14 +0000 +++ functions/fsb_chroot_bash 2013-05-14 18:51:14 +0000 @@ -1,8 +1,1 @@ -local -a cmd -if [[ -o xtrace ]]; then - cmd=( zsh -x $build_dir/chroot.sh /bin/bash --login -x ) -else - cmd=( $build_dir/chroot.sh /bin/bash --login ) -fi -cmd+=( -c "${(j: :)${(q)@}}" ) -"${cmd[@]}" || die "command failed: ${(j: :)${(q)@}}" +$build_dir/chroot.sh /bin/bash --login -c "${(j: :)${(q)@}}" || die "command failed: ${(j: :)${(q)@}}" === removed file 'functions/fsb_target_gentoo_world' --- functions/fsb_target_gentoo_world 2013-05-15 20:09:14 +0000 +++ functions/fsb_target_gentoo_world 1970-01-01 00:00:00 +0000 @@ -1,14 +0,0 @@ -local dir - -fsb_infer_gentoo_settings - -dir=$STAGE_GENTOO_DIR_BASE -dir+=-${(j:+:)STAGE_GENTOO_PACKAGES} - -build_dir_check $dir $0 && return 0 -[[ $? -eq 100 ]] || die "build_dir_check failed" - -build_dir_push $dir -build_target gentoo_dev - -die TODO