Change all . to source.
authorChris Gianelloni <wolf31o2@gentoo.org>
Wed, 20 Feb 2008 02:01:17 +0000 (02:01 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Wed, 20 Feb 2008 02:01:17 +0000 (02:01 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1308 d1e1f19c-881f-0410-ab34-b69fee027534

22 files changed:
ChangeLog
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

index 3e652379774fcae057d3e555b1137119dbe755e6..3a457d5047ef9f0856046b4398ec3071aab5f822 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,22 @@
 # 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,
index 6f2b97b024231dc20b723a3eee7f16b81492959c..bdc1ddad8d3bf1064fa7a074f9712e4dc1c99ecc 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-. /tmp/chroot-functions.sh
+source /tmp/chroot-functions.sh
 
 # Setup the environment
 export DESTROOT="${clst_root_path}"
index 2e8814b50c2c92c07f79a6f07d79d14b29bc9648..5353f67d3fdef9aa7cc22bf7ae47c41396279b56 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/bash
 
-. /tmp/chroot-functions.sh
+source /tmp/chroot-functions.sh
 
 cleanup_stages
index 499a3901aa5d5fbd282af7cfaabb38fc5ada0ccf..df0da4de0acd60b6fba372fc96626e44f5d5acc9 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-. /tmp/chroot-functions.sh
+source /tmp/chroot-functions.sh
 
 ## START BUILD
 setup_portage
index 948cf2accf57e41b0e4a154bc8a746361b44c6d7..98c166fe1a25e54f50ccafaa002238468d363446 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-. /tmp/chroot-functions.sh
+source /tmp/chroot-functions.sh
 
 cleanup_stages
 
index f18ab81000f99f1b6ae9626e58afdd2bd53d3965..5c6be01439bbba0ce023f2b1c488a37127e7a234 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-. /tmp/chroot-functions.sh
+source /tmp/chroot-functions.sh
 
 ## START BUILD
 setup_portage
index 2e8814b50c2c92c07f79a6f07d79d14b29bc9648..5353f67d3fdef9aa7cc22bf7ae47c41396279b56 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/bash
 
-. /tmp/chroot-functions.sh
+source /tmp/chroot-functions.sh
 
 cleanup_stages
index 5a541ae846c2dcb810c26c4b3e0b11758fd0200c..76e97aac6205d76d9a2d0424ce8cbb0acac29803 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-. /tmp/chroot-functions.sh
+source /tmp/chroot-functions.sh
 
 # START BUILD
 run_emerge "${clst_packages}"
index 2156233cadce7ec63f948180f530670aa2c3c868..90bb704a7a1fd6cbf3c6c6d2ebe210cbf30147ac 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-. /tmp/chroot-functions.sh
+source /tmp/chroot-functions.sh
 
 update_env_settings
 
index 0483cb40be61d2519d39ab2e78bd7a288acd1512..1d0290e2d3c8bdd2e76031121993e25efb461372 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-. /tmp/chroot-functions.sh
+source /tmp/chroot-functions.sh
 
 update_env_settings
 
index 3e302127772062f91558d129dbb5e7cf91069dce..44d1d00ea60608ad3cc82e555804bb909aae2f53 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-. /tmp/chroot-functions.sh
+source /tmp/chroot-functions.sh
 
 update_env_settings
 
index b4f6f2cf3374f524014508595579ea07bdb811fd..9f9747645743811b033ac4c50fe4683c93886ee7 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-. /tmp/chroot-functions.sh
+source /tmp/chroot-functions.sh
 
 # Setup our environment
 export clst_buildpkgs="$(/tmp/build.py)"
index 53cb849aa9a5513b7bcb39017fbe9625a6973919..6e8eab33c07e6d5cf90d952c3ffed88f7c26ef21 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-. /tmp/chroot-functions.sh
+source /tmp/chroot-functions.sh
 
 # Now, some finishing touches to initialize gcc-config....
 unset ROOT
index 40c627edc7cbc8d484d5a38045b09b619b3a6aac..e696d044b64167fe4e59c68046ff68b176120e8b 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-. /tmp/chroot-functions.sh
+source /tmp/chroot-functions.sh
 
 # Setup the environment
 export FEATURES="${clst_myfeatures} nodoc noman noinfo"
index 0636bb4e1744f14e84270a28088b1abd4b9640e6..36c2a4572cad910ef137f12def5c46713f3f0cd6 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-. /tmp/chroot-functions.sh
+source /tmp/chroot-functions.sh
 
 cleanup_stages
 
index 1bf134b4028f9c5c39419449b800babd3c72a045..a09e1b6cf65635dc1dd78ac948b120c41a921467 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-. /tmp/chroot-functions.sh
+source /tmp/chroot-functions.sh
 
 ## START BUILD
 setup_portage
index 0636bb4e1744f14e84270a28088b1abd4b9640e6..36c2a4572cad910ef137f12def5c46713f3f0cd6 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-. /tmp/chroot-functions.sh
+source /tmp/chroot-functions.sh
 
 cleanup_stages
 
index 686fb49f5b578a20c3503f6e24db4dbc7d7def43..6622980e5e81aa84953a09702f2b230cd2e510c3 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-. /tmp/chroot-functions.sh
+source /tmp/chroot-functions.sh
 
 ## START BUILD
 setup_portage
index 2f73ba4469f66a222c18d99ab34c05232b6c35e5..240e2cbb64c3f107af16124acc40858c6149739c 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-. /tmp/chroot-functions.sh
+source /tmp/chroot-functions.sh
 
 if [ -n "${clst_DISTCC}" ]
 then
index d86ff13b931e3b28788b4f2d1eb3abe040800386..6c6e82a348d03d228e405f113f8e8c0b8903f263 100755 (executable)
@@ -1,11 +1,11 @@
 #!/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
@@ -22,7 +22,7 @@ case ${clst_target} 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
@@ -36,7 +36,7 @@ case ${clst_target} in
                        ${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
index 8f98d0930bee1ff9fd5cf54f2505bb6be0855095..9a0ea7071a3bbb94bcea3b3d7683c97781f43593 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-. /tmp/chroot-functions.sh
+source /tmp/chroot-functions.sh
 
 # START THE BUILD
 setup_portage
@@ -24,17 +24,17 @@ do
                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
index 2f73ba4469f66a222c18d99ab34c05232b6c35e5..240e2cbb64c3f107af16124acc40858c6149739c 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-. /tmp/chroot-functions.sh
+source /tmp/chroot-functions.sh
 
 if [ -n "${clst_DISTCC}" ]
 then