|
From: <rus...@us...> - 2009-07-11 07:06:12
|
Revision: 433
http://gearbox.svn.sourceforge.net/gearbox/?rev=433&view=rev
Author: russo2503v
Date: 2009-07-11 07:06:06 +0000 (Sat, 11 Jul 2009)
Log Message:
-----------
had to make a small change in the path
Modified Paths:
--------------
gearbox/trunk/doc/rebuild_docco.sh
Modified: gearbox/trunk/doc/rebuild_docco.sh
===================================================================
--- gearbox/trunk/doc/rebuild_docco.sh 2009-07-10 02:10:13 UTC (rev 432)
+++ gearbox/trunk/doc/rebuild_docco.sh 2009-07-11 07:06:06 UTC (rev 433)
@@ -26,7 +26,9 @@
SFSCPHOST=web.sf.net
SFSHELLHOST=shell.sf.net
SFPROJECT=gearbox
-SFDIR=/home/groups/g/ge/gearbox/htdocs/gearbox
+# alexm: not sure why this just changed
+# SFDIR=/home/groups/g/ge/gearbox/htdocs/gearbox
+SFDIR=/home/groups/g/ge/gearbox/htdocs
force ls
force $DOXYGENCMD $DOXYFILE
@@ -40,7 +42,9 @@
force scp $TARBALL $SFUSER@$SFSCPHOST:
# don't know how to combine this login with commands, do it manually
+echo ""
echo "when connected execute this:"
echo "cd $SFDIR; mv ~/$TARBALL .; tar -zxvf $TARBALL"
echo "to quit, type 'shutdown'"
+echo ""
force ssh -t $SFUSER,$SFPROJECT@$SFSHELLHOST create #"cd $SFDIR; mv ~/$TARBALL .; tar -zxvf $TARBALL"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|