# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
# $Id: $
+ 20 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
+ targets/embedded/embedded-chroot.sh,
+ targets/embedded/embedded-preclean-chroot.sh, targets/grp/grp-chroot.sh,
+ targets/grp/grp-preclean-chroot.sh,
+ targets/livecd-stage1/livecd-stage1-chroot.sh,
+ targets/livecd-stage1/livecd-stage1-preclean-chroot.sh,
+ targets/netboot/netboot-chroot.sh, targets/netboot/netboot-image.sh,
+ targets/netboot2/netboot2-copyfile.sh, targets/netboot2/netboot2-pkg.sh,
+ targets/stage1/stage1-chroot.sh, targets/stage1/stage1-preclean-chroot.sh,
+ targets/stage2/stage2-chroot.sh, targets/stage2/stage2-preclean-chroot.sh,
+ targets/stage3/stage3-chroot.sh, targets/stage3/stage3-preclean-chroot.sh,
+ targets/stage4/stage4-chroot.sh, targets/stage4/stage4-preclean-chroot.sh,
+ targets/support/pre-kmerge.sh, targets/tinderbox/tinderbox-chroot.sh,
+ targets/tinderbox/tinderbox-preclean-chroot.sh:
+ Change all . to source.
+
20 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
targets/embedded/embedded-preclean-chroot.sh,
targets/grp/grp-preclean-chroot.sh,
#!/bin/bash
-. /tmp/chroot-functions.sh
+source /tmp/chroot-functions.sh
# Setup the environment
export DESTROOT="${clst_root_path}"
#!/bin/bash
-. /tmp/chroot-functions.sh
+source /tmp/chroot-functions.sh
cleanup_stages
#!/bin/bash
-. /tmp/chroot-functions.sh
+source /tmp/chroot-functions.sh
## START BUILD
setup_portage
#!/bin/bash
-. /tmp/chroot-functions.sh
+source /tmp/chroot-functions.sh
cleanup_stages
#!/bin/bash
-. /tmp/chroot-functions.sh
+source /tmp/chroot-functions.sh
## START BUILD
setup_portage
#!/bin/bash
-. /tmp/chroot-functions.sh
+source /tmp/chroot-functions.sh
cleanup_stages
#!/bin/bash
-. /tmp/chroot-functions.sh
+source /tmp/chroot-functions.sh
# START BUILD
run_emerge "${clst_packages}"
#!/bin/bash
-. /tmp/chroot-functions.sh
+source /tmp/chroot-functions.sh
update_env_settings
#!/bin/bash
-. /tmp/chroot-functions.sh
+source /tmp/chroot-functions.sh
update_env_settings
#!/bin/bash
-. /tmp/chroot-functions.sh
+source /tmp/chroot-functions.sh
update_env_settings
#!/bin/bash
-. /tmp/chroot-functions.sh
+source /tmp/chroot-functions.sh
# Setup our environment
export clst_buildpkgs="$(/tmp/build.py)"
#!/bin/bash
-. /tmp/chroot-functions.sh
+source /tmp/chroot-functions.sh
# Now, some finishing touches to initialize gcc-config....
unset ROOT
#!/bin/bash
-. /tmp/chroot-functions.sh
+source /tmp/chroot-functions.sh
# Setup the environment
export FEATURES="${clst_myfeatures} nodoc noman noinfo"
#!/bin/bash
-. /tmp/chroot-functions.sh
+source /tmp/chroot-functions.sh
cleanup_stages
#!/bin/bash
-. /tmp/chroot-functions.sh
+source /tmp/chroot-functions.sh
## START BUILD
setup_portage
#!/bin/bash
-. /tmp/chroot-functions.sh
+source /tmp/chroot-functions.sh
cleanup_stages
#!/bin/bash
-. /tmp/chroot-functions.sh
+source /tmp/chroot-functions.sh
## START BUILD
setup_portage
#!/bin/bash
-. /tmp/chroot-functions.sh
+source /tmp/chroot-functions.sh
if [ -n "${clst_DISTCC}" ]
then
#!/bin/bash
-. /tmp/chroot-functions.sh
+source /tmp/chroot-functions.sh
case ${clst_target} in
livecd*|stage4)
run_emerge --oneshot genkernel
- install -d /tmp/kerncache
+ install -source /tmp/kerncache
# Setup case structure for livecd_type
case ${clst_livecd_type} in
netboot2)
run_emerge --oneshot genkernel
- install -d /tmp/kerncache
+ install -source /tmp/kerncache
# Set the netboot builddate/hostname in linuxrc and copy to proper arch
# directory in genkernel
${clst_merge_path}
echo ">>> Copying busybox config ..."
- cp -f /tmp/busy-config \
+ cp -source /tmp/busy-config \
/usr/share/genkernel/${clst_hostarch}/busy-config
;;
esac
#!/bin/bash
-. /tmp/chroot-functions.sh
+source /tmp/chroot-functions.sh
# START THE BUILD
setup_portage
fi
fi
- mkdir -p /tmp/packages/$x
+ mkdir -source /tmp/packages/$x
export PORT_LOGDIR="/tmp/packages/$x"
run_emerge $x
if [ "$?" != "0" ]
then
- echo "! $x" >> /tmp/tinderbox.log
+ echo "! $x" >source /tmp/tinderbox.log
else
- echo "$x" >> /tmp/tinderbox.log
+ echo "$x" >source /tmp/tinderbox.log
fi
echo "Syncing from original pristine tinderbox snapshot..."
rsync -avx --delete --exclude "/root/*" --exclude "/tmp/" --exclude \
- "/usr/portage/" /tmp/rsync-bak/ /
+ "/usr/portage/source /tmp/rsync-bak/ /
done
#!/bin/bash
-. /tmp/chroot-functions.sh
+source /tmp/chroot-functions.sh
if [ -n "${clst_DISTCC}" ]
then