From: <bms...@us...> - 2007-04-03 22:00:44
|
Revision: 2468 http://svn.sourceforge.net/morphix/?rev=2468&view=rev Author: bmsleight Date: 2007-04-03 15:00:39 -0700 (Tue, 03 Apr 2007) Log Message: ----------- Documentation Modified Paths: -------------- trunk/mmaker/utils/local_autobuilds.sh Modified: trunk/mmaker/utils/local_autobuilds.sh =================================================================== --- trunk/mmaker/utils/local_autobuilds.sh 2007-04-01 19:26:34 UTC (rev 2467) +++ trunk/mmaker/utils/local_autobuilds.sh 2007-04-03 22:00:39 UTC (rev 2468) @@ -10,8 +10,10 @@ UPLOAD_DIR="$4" if [ -z "$MODULE_TYPE" -o -z "$TEMPLATE_DIR" -o -z "$LOCAL_DIR" -o -z "$UPLOAD_DIR" ]; then - echo "Usage: $0 mini template_dir local_file_dir upload_file_dir " - echo " " + echo "Usage: $0 module_type template_dir local_file_dir upload_file_dir " + echo " e.g. local_autobuilds main /home/morphix/autobuilds/mainmod/sid/ ./local_autobuilds/mainmod/sid/ ./symlinked/templates/ " + echo " The above exmaple will build all main templates in ./symlinked/templates/ in to the local directory ./local_autobuilds/mainmod/sid/ and upload them to morphix.org into ./autobuilds/mainmod/sid/" + echo "Uplaod will only work if authorized_keys contain your ssh key" exit fi This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |