Revision: 6864
http://playerstage.svn.sourceforge.net/playerstage/?rev=6864&view=rev
Author: jeremy_asher
Date: 2008-07-14 11:42:32 -0700 (Mon, 14 Jul 2008)
Log Message:
-----------
Fixed a typo, tweaked upload script
Modified Paths:
--------------
code/stage/trunk/README.txt
code/stage/trunk/docsrc/upload.sh
Modified: code/stage/trunk/README.txt
===================================================================
--- code/stage/trunk/README.txt 2008-07-14 17:04:05 UTC (rev 6863)
+++ code/stage/trunk/README.txt 2008-07-14 18:42:32 UTC (rev 6864)
@@ -71,7 +71,7 @@
If you use Stage in your work, we'd appreciate a citation. At the time
of writing, the most suitable reference is either:
-RIchard Vaughan. "Massively Multiple Robot Simulations in Stage", Swarm
+Richard Vaughan. "Massively Multiple Robot Simulations in Stage", Swarm
Intelligence (to appear 2008), Springer.
Or, if you are using Player/Stage:
Modified: code/stage/trunk/docsrc/upload.sh
===================================================================
--- code/stage/trunk/docsrc/upload.sh 2008-07-14 17:04:05 UTC (rev 6863)
+++ code/stage/trunk/docsrc/upload.sh 2008-07-14 18:42:32 UTC (rev 6864)
@@ -24,9 +24,10 @@
rm -f $DEST
ln -s $NAME $DEST
tar chzf $DEST.tgz $DEST
+rm $DEST
# Copy tarball to website
scp $DEST.tgz [EMAIL PROTECTED]:/home/groups/p/pl/playerstage/htdocs/doc/
# Untar the file and re-jig the permissions
-ssh [EMAIL PROTECTED] 'cd /home/groups/p/pl/playerstage/htdocs/doc/; tar xvzf
'$DEST'.tgz; find . -type d | xargs chmod -fR 2775; find . -type f | xargs
chmod -fR 664'
+ssh [EMAIL PROTECTED] 'cd /home/groups/p/pl/playerstage/htdocs/doc/; tar xvzf
'$DEST'.tgz --no-overwrite-dir; find '$DEST' -type d | xargs chmod 2775; find
'$DEST' -type f | xargs chmod 664'
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit