|
From: <di...@us...> - 2007-02-02 20:56:42
|
Revision: 366
http://safekeep.svn.sourceforge.net/safekeep/?rev=366&view=rev
Author: dimi
Date: 2007-02-02 12:56:41 -0800 (Fri, 02 Feb 2007)
Log Message:
-----------
Fix deployment command
Modified Paths:
--------------
website/trunk/Makefile
Modified: website/trunk/Makefile
===================================================================
--- website/trunk/Makefile 2007-02-02 20:27:39 UTC (rev 365)
+++ website/trunk/Makefile 2007-02-02 20:56:41 UTC (rev 366)
@@ -8,7 +8,7 @@
@echo " clean Cleans up the source tree"
deploy:
- cd WebContent; scp -r *.shtml theme images shell.sourceforge.net:/home/groups/s/sa/safekeep/htdocs
+ cd WebContent; tar cfz - *.shtml *.html images/*.gif theme/*.css | ssh shell.sourceforge.net "cd /home/groups/s/sa/safekeep/htdocs; tar xfvz -"
clean:
rm -f WebContent/*~
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|