[pLog-svn] r6770 - plog/branches/lifetype-1.2/bin-devel
oscar at devel.lifetype.net
oscar at devel.lifetype.net
Mon Dec 22 13:19:02 EST 2008
Author: oscar
Date: 2008-12-22 13:19:02 -0500 (Mon, 22 Dec 2008)
New Revision: 6770
Modified:
plog/branches/lifetype-1.2/bin-devel/build-nightly.sh
plog/branches/lifetype-1.2/bin-devel/build-svn.sh
Log:
removed hard-coded names
Modified: plog/branches/lifetype-1.2/bin-devel/build-nightly.sh
===================================================================
--- plog/branches/lifetype-1.2/bin-devel/build-nightly.sh 2008-12-22 18:18:17 UTC (rev 6769)
+++ plog/branches/lifetype-1.2/bin-devel/build-nightly.sh 2008-12-22 18:19:02 UTC (rev 6770)
@@ -7,7 +7,7 @@
if [ $# -lt 2 ]; then
echo "Generates a build and moves it to the specified folder"
echo ""
- echo "Usage: build-nightly.sh label destination-folder"
+ echo "Usage: $0 label destination-folder"
echo ""
echo "Use HEAD or TRUNK to indicate the main development branch"
echo ""
Modified: plog/branches/lifetype-1.2/bin-devel/build-svn.sh
===================================================================
--- plog/branches/lifetype-1.2/bin-devel/build-svn.sh 2008-12-22 18:18:17 UTC (rev 6769)
+++ plog/branches/lifetype-1.2/bin-devel/build-svn.sh 2008-12-22 18:19:02 UTC (rev 6770)
@@ -58,7 +58,7 @@
if [ $# -lt 1 ]; then
echo "Makes a build off the latest SVN source code and packages it"
echo ""
- echo "Usage: build-svn.sh label package-name"
+ echo "Usage: $0 label package-name"
echo ""
echo "If package-name is omitted, the name will be lifetype-devel-<current_date>"
echo ""
@@ -91,7 +91,7 @@
SVNREPO=${SVNREPO}/${SVNTAG}
fi
-# call the cvs command with the correct parameters
+# call the svn command with the correct parameters
message "Fetching the source code using $SVNTAG label..."
REV=`svn export $SVNSERVER$SVNREPO $WORKDIR | tail -n 1 | awk '{print $NF}' | tr -d . `
if [ $? -eq 1 ]; then
More information about the pLog-svn
mailing list