[pLog-svn] r3312 - plog/trunk/bin-devel

oscar at devel.lifetype.net oscar at devel.lifetype.net
Mon May 1 21:23:25 GMT 2006


Author: oscar
Date: 2006-05-01 21:23:25 +0000 (Mon, 01 May 2006)
New Revision: 3312

Modified:
   plog/trunk/bin-devel/build-nightly.sh
Log:
added some more information to the build process, as well as fixed an issue that prevented this script from running via cron


Modified: plog/trunk/bin-devel/build-nightly.sh
===================================================================
--- plog/trunk/bin-devel/build-nightly.sh	2006-05-01 20:26:21 UTC (rev 3311)
+++ plog/trunk/bin-devel/build-nightly.sh	2006-05-01 21:23:25 UTC (rev 3312)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/sh 
 
 # check parameters
 if [ $# -lt 2 ]; then
@@ -10,12 +10,19 @@
 fi
 
 echo "*** Build: starting process ***"
+date
+echo "***"
 
 SVNTAG=$1
 DESTFOLDER=$2
 BINPATH=/home/oscar/plog-devel/bin-devel
 
+pwd
+echo $DESTFOLDER
+echo $SVNTAG
+
 # make the package
+cd $BINPATH
 $BINPATH/build-svn.sh $SVNTAG
 
 # move the file to the destination folder



More information about the pLog-svn mailing list