[Hw4mdl-svn] SF.net SVN: hw4mdl: [187] trunk/moodle/bin/package.sh
Brought to you by:
jhlinder,
trollinger
|
From: <hu...@us...> - 2007-01-17 20:56:39
|
Revision: 187
http://svn.sourceforge.net/hw4mdl/?rev=187&view=rev
Author: hugues
Date: 2007-01-17 12:56:35 -0800 (Wed, 17 Jan 2007)
Log Message:
-----------
Updating the package script with new version umber and removing the exit()
Modified Paths:
--------------
trunk/moodle/bin/package.sh
Modified: trunk/moodle/bin/package.sh
===================================================================
--- trunk/moodle/bin/package.sh 2007-01-17 10:28:17 UTC (rev 186)
+++ trunk/moodle/bin/package.sh 2007-01-17 20:56:35 UTC (rev 187)
@@ -5,7 +5,7 @@
SVN_URL_BASE=https://svn.sourceforge.net/svnroot/hw4mdl
-VERSION=1.0
+VERSION=1.0-SNAPSHOT
REPO_VERSION=`svn -q -r HEAD log ${SVN_URL_BASE} | awk '(NR==2) { print $1;}'`
if [ -n "$DEV" ]; then
@@ -24,8 +24,6 @@
SVN_URL_TRUNK=${SVN_URL_BASE}/trunk
SVN_URL_TAG=${SVN_URL_BASE}/tags/${SVN_TAG_PARAM}
-
-
if [ -n "$DEV" ]; then
SVN_URL=${SVN_URL_TRUNK}
else
@@ -36,8 +34,6 @@
echo "Using SVN url: "${SVN_URL}
fi
-exit -1;
-
BASEDIR=`pwd`
SVN_EXPORT_DIR=${BASEDIR}/export
BUILD_DIR=${BASEDIR}/build
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|