]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/distrib/all/build-rpm
Adding code to load Config objects from a file, and move to modifying environment...
[wxWidgets.git] / wxPython / distrib / all / build-rpm
index f53be94cdcb8d80062a500e95705f927bf3069a2..d2932e2479ef4c2dbd0b5fea116425e45529ee07 100755 (executable)
@@ -4,7 +4,7 @@
 set -o errexit
 
 # read the config variables from the file given on the command line
-. $1
+. $1
 
 coHost=$2
 host=$3
@@ -39,14 +39,14 @@ if [ $skiplinux != yes ]; then
        hostAvailable=yes
     else
        # Attempt to start the host via it's coLinux host, if there is one
-       if [ $coHost != none ]; then 
+       if [ $coHost != none -a $startcohost == yes ]; then 
            if TestOnline $coHost; then
                echo "Attempting to start $host via coLinux on $coHost..."
                ssh $coHost "/c/coLinux/VMs/$host.bat -d > /dev/null 2>&1 &"
 
                # Give it time to boot and be ready for conenctions,
                # and then test with ssh, limiting retries.
-               for x in `seq 12`; do
+               for x in `seq 36`; do
                    sleep 5
                    echo "checking..."
                    if ssh root@$host "true" >/dev/null 2>&1; then
@@ -95,4 +95,8 @@ if [ $skiplinux != yes ]; then
        ssh root@$host "/sbin/halt"
        sleep 10
     fi
+    sleep 30
+
+    echo "Done!"
 fi
+