Author: psteitz
Date: Tue Nov 14 06:00:14 2006
New Revision: 474792
URL: http://svn.apache.org/viewvc?view=rev&rev=474792
Log:
Documented fact that config was externalized. TODO: die if no valid config
found.
Modified:
jakarta/commons/proper/commons-build/trunk/commons_nightly.sh
Modified: jakarta/commons/proper/commons-build/trunk/commons_nightly.sh
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/commons-build/trunk/commons_nightly.sh?view=diff&rev=474792&r1=474791&r2=474792
==============================================================================
--- jakarta/commons/proper/commons-build/trunk/commons_nightly.sh (original)
+++ jakarta/commons/proper/commons-build/trunk/commons_nightly.sh Tue Nov 14
06:00:14 2006
@@ -26,6 +26,14 @@
#
# Assumes $proper_root points to a checkout of commons proper trunks
# and similarly for $sandbox_root
+#
+# Sources configuration from a file specified on the command line:
+#
+# Usage: commons_nightly.sh <config>
+#
+# Default is "vmbuild.conf." See vmbuild.conf for sample config and
+# documentation of config parameters.
+#===========================================================================
if [ $# -eq 0 ]
then
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]