Revision: 6870
http://playerstage.svn.sourceforge.net/playerstage/?rev=6870&view=rev
Author: jeremy_asher
Date: 2008-07-15 09:48:50 -0700 (Tue, 15 Jul 2008)
Log Message:
-----------
Fixed error introduced in docs upload script
Modified Paths:
--------------
code/stage/trunk/docsrc/upload.sh
Modified: code/stage/trunk/docsrc/upload.sh
===================================================================
--- code/stage/trunk/docsrc/upload.sh 2008-07-15 14:30:26 UTC (rev 6869)
+++ code/stage/trunk/docsrc/upload.sh 2008-07-15 16:48:50 UTC (rev 6870)
@@ -24,10 +24,12 @@
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 --no-overwrite-dir; find '$DEST' -type d | xargs chmod 2775; find
'$DEST' -type f | xargs chmod 664'
+
+# clean up
+rm $DEST $DEST.tgz
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit