[pLog-svn] r6768 - plugins/branches/lifetype-1.2/bin

oscar at devel.lifetype.net oscar at devel.lifetype.net
Mon Dec 22 13:16:38 EST 2008


Author: oscar
Date: 2008-12-22 13:16:38 -0500 (Mon, 22 Dec 2008)
New Revision: 6768

Modified:
   plugins/branches/lifetype-1.2/bin/build-all-svn.sh
   plugins/branches/lifetype-1.2/bin/build-local.sh
   plugins/branches/lifetype-1.2/bin/build-nightly.sh
Log:
removed hard-coded names

Modified: plugins/branches/lifetype-1.2/bin/build-all-svn.sh
===================================================================
--- plugins/branches/lifetype-1.2/bin/build-all-svn.sh	2008-12-22 18:09:46 UTC (rev 6767)
+++ plugins/branches/lifetype-1.2/bin/build-all-svn.sh	2008-12-22 18:16:38 UTC (rev 6768)
@@ -49,7 +49,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-plugins-<current_date>"
 	echo ""

Modified: plugins/branches/lifetype-1.2/bin/build-local.sh
===================================================================
--- plugins/branches/lifetype-1.2/bin/build-local.sh	2008-12-22 18:09:46 UTC (rev 6767)
+++ plugins/branches/lifetype-1.2/bin/build-local.sh	2008-12-22 18:16:38 UTC (rev 6768)
@@ -43,7 +43,7 @@
 if [ $# -lt 1 ]; then
     echo "Makes a zip package of a given plugin"
     echo ""
-	echo "Usage: build.sh [noupload] <plugin name>"
+	echo "Usage: $0 [noupload] <plugin name>"
 	echo ""
 	echo "Use 'all' in order to generate a package of all the plugins"
 	exit -1

Modified: plugins/branches/lifetype-1.2/bin/build-nightly.sh
===================================================================
--- plugins/branches/lifetype-1.2/bin/build-nightly.sh	2008-12-22 18:09:46 UTC (rev 6767)
+++ plugins/branches/lifetype-1.2/bin/build-nightly.sh	2008-12-22 18:16:38 UTC (rev 6768)
@@ -7,7 +7,7 @@
 if [ $# -lt 2 ]; then
     echo "Generates a build of all plugins and moves it to the specified folder"
     echo ""
-    echo "Usage: build-plugins-nightly.sh label destination-folder"
+    echo "Usage: $0 label destination-folder"
     echo ""
 	echo "Use HEAD or TRUNK to indicate the main development branch"
     echo ""



More information about the pLog-svn mailing list