[pisa-src] r2596 - trunk/tools/testbed/plugins/classes/pisa/update

  • From: Samuel Richter <samuel.richter@xxxxxxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Mon, 30 May 2011 14:37:15 +0200

Author: richter
Date: Mon May 30 14:37:15 2011
New Revision: 2596

Log:
testbed interface: pisa packages have been renamed, apply to update action

Modified:
   trunk/tools/testbed/plugins/classes/pisa/update

Modified: trunk/tools/testbed/plugins/classes/pisa/update
==============================================================================
--- trunk/tools/testbed/plugins/classes/pisa/update     Mon May 30 14:35:16 
2011        (r2595)
+++ trunk/tools/testbed/plugins/classes/pisa/update     Mon May 30 14:37:15 
2011        (r2596)
@@ -8,14 +8,14 @@
             debian|ubuntu_live)
                 echo "installing hipl deb"
                 pisa-testbed $NODE install $(ls -t $BIN_PATH/pisa-lib*.deb | 
head -1) -c "dpkg -i"
-                pisa-testbed $NODE install $(ls -t 
$BIN_PATH/pisa-mobile-guest*.deb | head -1) -c "dpkg -i"
-#                pisa-testbed $NODE install $(ls -t 
$BIN_PATH/pisa-trust-point*.deb | head -1) -c "dpkg -i"
+                pisa-testbed $NODE install $(ls -t 
$BIN_PATH/pisa-client-daemon*.deb | head -1) -c "dpkg -i"
+#                pisa-testbed $NODE install $(ls -t 
$BIN_PATH/pisa-server-daemon*.deb | head -1) -c "dpkg -i"
 #                pisa-testbed $NODE install $(ls -t 
$BIN_PATH/pisa-community-operator*.deb | head -1) -c "dpkg -i"
                 ;;
             opkg|openwrt)
                 echo "installing hipl ipk"
                 pisa-testbed $NODE install $(ls -t 
$OPENWRT_PATH/bin/ar71xx/packages/libpisa*.ipk | head -1) -c "opkg install"
-                pisa-testbed $NODE install $(ls -t 
$OPENWRT_PATH/bin/ar71xx/packages/pisa-mobile-guest*.ipk | head -1) -c "opkg 
install"
+                pisa-testbed $NODE install $(ls -t 
$OPENWRT_PATH/bin/ar71xx/packages/pisa-client-daemon*.ipk | head -1) -c "opkg 
install"
                 pisa-testbed $NODE run "/etc/init.d/pisacd stop"
                 pisa-testbed $NODE run "/etc/init.d/pisacd start"
                 ;;
-- 
This is the pisa developer mailing list. Please also subscribe to the main pisa 
list at:
//www.freelists.org/list/pisa

Other related posts:

  • » [pisa-src] r2596 - trunk/tools/testbed/plugins/classes/pisa/update - Samuel Richter