You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by gs...@apache.org on 2007/12/02 21:04:36 UTC

svn commit: r600367 - /lucene/java/nightly/nightly.sh

Author: gsingers
Date: Sun Dec  2 12:04:35 2007
New Revision: 600367

URL: http://svn.apache.org/viewvc?rev=600367&view=rev
Log:
export docs to p.a.o. via a cron job on gsingers acct on p.a.o

Modified:
    lucene/java/nightly/nightly.sh

Modified: lucene/java/nightly/nightly.sh
URL: http://svn.apache.org/viewvc/lucene/java/nightly/nightly.sh?rev=600367&r1=600366&r2=600367&view=diff
==============================================================================
--- lucene/java/nightly/nightly.sh (original)
+++ lucene/java/nightly/nightly.sh Sun Dec  2 12:04:35 2007
@@ -54,7 +54,8 @@
 #If we were to build the site, this is the command
 #$FORREST_HOME/bin/forrest -Dforrest.jvmargs=-Djava.awt.headless=true
 #copy  to server
-scp -r docs/* $REL_SERVER:$DOCS_DIR/
+#Docs are exported from SVN nightly by a cron job on Grant's p.a.o account
+#scp -r docs/* $REL_SERVER:$DOCS_DIR/
 #Back up to the root of Lucene
 #cd ../../