r4221 - developers/tick/Test_env_script_GTA02A5

tick at sita.openmoko.org tick at sita.openmoko.org
Wed Mar 19 09:44:32 CET 2008


Author: tick
Date: 2008-03-19 09:44:29 +0100 (Wed, 19 Mar 2008)
New Revision: 4221

Modified:
   developers/tick/Test_env_script_GTA02A5/setup_at_neo_assassin.script
   developers/tick/Test_env_script_GTA02A5/setupenv
Log:
fixed some tiny bug in setupenv 
and update the current status of assassin stuff


Modified: developers/tick/Test_env_script_GTA02A5/setup_at_neo_assassin.script
===================================================================
--- developers/tick/Test_env_script_GTA02A5/setup_at_neo_assassin.script	2008-03-19 06:56:18 UTC (rev 4220)
+++ developers/tick/Test_env_script_GTA02A5/setup_at_neo_assassin.script	2008-03-19 08:44:29 UTC (rev 4221)
@@ -13,15 +13,6 @@
 rm -rf 
 cd ~/
 ipkg update
-sleep 5
-ipkg -force-overwrite install opkg
-sleep 5
+opkg-cl update
 ipkg install assassin
-sleep 5
-ipkg install e-wm
-sleep 5
-cd /usr/bin/
-ln -sf opkg-cl opkg
-opkg update
 
-

Modified: developers/tick/Test_env_script_GTA02A5/setupenv
===================================================================
--- developers/tick/Test_env_script_GTA02A5/setupenv	2008-03-19 06:56:18 UTC (rev 4220)
+++ developers/tick/Test_env_script_GTA02A5/setupenv	2008-03-19 08:44:29 UTC (rev 4221)
@@ -4,7 +4,7 @@
 NEEDDOWNLOAD=1;
 ASSASSINTESTENV=1;
 DIVERSITYTESTENV=1;
-INTERNALFLAG=1
+INTERNALFLAG=0
 
 if ( ping -c 2 barbie.tw.openmoko.com  2>&1 > /dev/null ) && (( ${INTERNALFLAG}==1 ));then
   echo "Get Images from Barbie..."
@@ -15,7 +15,7 @@
   echo "Get Images from Buildhost...."
   UBOOT=http://buildhost.openmoko.org/daily/neo1973/deploy/glibc/images/neo1973/uboot-gta02v5-latest.bin
   KERNEL=http://buildhost.openmoko.org/daily/neo1973/deploy/glibc/images/neo1973/uImage-neo1973-latest.bin
-  ROOTFS=http://buildhost.openmoko.org/daily/neo1973/deploy/glibc/images/neo1973/openmoko-devel-image-fic-gta01.jffs2
+  ROOTFS=http://buildhost.openmoko.org/daily/neo1973/deploy/glibc/images/neo1973/openmoko-devel-image-fic-gta02.jffs2
 fi
 
 config_ssh() 
@@ -49,20 +49,26 @@
 	if (( ${ANS} == 1 )) ;then 
 		NEEDDOWNLOAD=0;
 		ASSASSINTESTENV=0;
+		DIVERSITYTESTENV=0;
 	elif ((  ${ANS} == 2 ));then
 		NEEDDOWNLOAD=0;
 		ASSASSINTESTENV=1;
+		DIVERSITYTESTENV=0;
 	elif ((  ${ANS} == 3 ));then
 		NEEDDOWNLOAD=0;
+		ASSASSINTESTENV=0;
 		DIVERSITYTESTENV=1;
 	elif ((  ${ANS} == 4 ));then
 		NEEDDOWNLOAD=1;
 		ASSASSINTESTENV=0;
+		DIVERSITYTESTENV=0;
 	elif ((  ${ANS} == 5 ));then
 		NEEDDOWNLOAD=1;
 		ASSASSINTESTENV=1;
+		DIVERSITYTESTENV=0;
 	elif ((  ${ANS} == 6 ));then
 		NEEDDOWNLOAD=1;
+		ASSASSINTESTENV=0;
 		DIVERSITYTESTENV=1;
 	else 
 		setup_env





More information about the commitlog mailing list