[pisa-src] r1741 - trunk/openwrt/configure_router.sh

  • From: Tobias Heer <tobias.heer@xxxxxxxxxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Mon, 23 Nov 2009 13:22:46 +0100

Author: heer
Date: Mon Nov 23 13:22:45 2009
New Revision: 1741

Log:
Added printing of version numbers for more transparency.

Modified:
   trunk/openwrt/configure_router.sh

Modified: trunk/openwrt/configure_router.sh
==============================================================================
--- trunk/openwrt/configure_router.sh   Sat Nov 21 20:58:11 2009        (r1740)
+++ trunk/openwrt/configure_router.sh   Mon Nov 23 13:22:45 2009        (r1741)
@@ -68,6 +68,9 @@
 PISA_VERSION=$(basename ${PISA_PATH}/pisa*.tar.gz | sed -e s/pisa-// -e 
s/.tar.gz//)
 OPENWRT_VERSION="SVN r$(svn info ${OPENWRT_PATH} | grep Revision: | cut -d' ' 
-f2)"
 
+echo "Pisa Version   : " $PISA_VERSION
+echo "openWRT Version: " $OPENWRT_VERSION
+
 mkdir -p "${OPENWRT_PATH}/files"
 rsync -Lr --delete --exclude=.svn 
"${PISA_OPENWRT_PATH}/router-configurations/${ROUTER_NAME}/etc" 
"${OPENWRT_PATH}/files"
 

Other related posts:

  • » [pisa-src] r1741 - trunk/openwrt/configure_router.sh - Tobias Heer