[Hw4mdl-svn] SF.net SVN: hw4mdl: [176] trunk/moodle/bin/package.sh
Brought to you by:
jhlinder,
trollinger
|
From: <hu...@us...> - 2007-01-10 15:37:06
|
Revision: 176
http://svn.sourceforge.net/hw4mdl/?rev=176&view=rev
Author: hugues
Date: 2007-01-10 07:36:59 -0800 (Wed, 10 Jan 2007)
Log Message:
-----------
Fixing the revision number
Modified Paths:
--------------
trunk/moodle/bin/package.sh
Modified: trunk/moodle/bin/package.sh
===================================================================
--- trunk/moodle/bin/package.sh 2007-01-10 11:28:38 UTC (rev 175)
+++ trunk/moodle/bin/package.sh 2007-01-10 15:36:59 UTC (rev 176)
@@ -7,7 +7,7 @@
SVN_URL_TRUNK=${SVN_URL_BASE}/trunk
SVN_URL_TAG=${SVN_URL_BASE}/tags/${SVN_TAG_PARAM}
-VERSION=0.9-SNAPSHOT_rev`svn info ${SVN_URL_BASE} | awk '/Revision/ { print $2;}'`
+VERSION=0.9-SNAPSHOT_`svn -q -r HEAD log ${SVN_URL_BASE} | awk '(NR==2) { print $1;}'`
TARGET=liveclassroom
#TARGET=liveclassroom, voicetool, pronto
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|