[jbosscache-commits] JBoss Cache SVN: r7226 - core/trunk.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Thu Nov 27 20:42:18 EST 2008


Author: manik.surtani at jboss.com
Date: 2008-11-27 20:42:18 -0500 (Thu, 27 Nov 2008)
New Revision: 7226

Modified:
   core/trunk/release.sh
Log:


Modified: core/trunk/release.sh
===================================================================
--- core/trunk/release.sh	2008-11-28 01:13:16 UTC (rev 7225)
+++ core/trunk/release.sh	2008-11-28 01:42:18 UTC (rev 7226)
@@ -1,12 +1,28 @@
 #!/bin/bash
 
+###################################################################################################
+
+#  CONFIGURABLE VARIABLES
+
+# Base SVN directory for this release.  There should be a "tags" and "trunk" directory under this.
 svnBase="https://svn.jboss.org/repos/jbosscache/core"
+
+# Name of the "tags" directory
 svnTags="tags"
+
+# Where do you locally check out tags?
 localTagsDir="/Users/manik/Code/jbosscache/core/tags"
+
+# Your maven2 repo to deploy built artifacts
 localMvnRepoDir="/Users/manik/Code/maven2/org/jboss/cache/jbosscache-core"
+
+# Where should built documentation go?
 docsDir="/Users/manik/Code/CMS/jbosscache/freezone/docs"
 
+###################################################################################################
 
+# Functions
+
 help()
 {
 	echo 'Usage: '
@@ -82,6 +98,9 @@
 	svn ci -m "JBoss Cache Release Script: Docs for version $ver" $ver	
 }
 
+
+### The actual script
+
 ver=${1}
 echo "JBoss Cache Release Script"
 validate




More information about the jbosscache-commits mailing list