Revision: 328
http://thoggen.svn.sourceforge.net/thoggen/?rev=328&view=rev
Author: tp-m
Date: 2009-03-01 19:48:21 +0000 (Sun, 01 Mar 2009)
Log Message:
-----------
Fix host to use for web site uploads (still gives weird permissions errors for index.html and the stylesheet though for some reason
Modified Paths:
--------------
trunk/web/Makefile
Modified: trunk/web/Makefile
===================================================================
--- trunk/web/Makefile 2009-03-01 19:25:10 UTC (rev 327)
+++ trunk/web/Makefile 2009-03-01 19:48:21 UTC (rev 328)
@@ -53,7 +53,7 @@
rm -f *~
upload: all
- rsync -Cavz --rsh="ssh -l tp-m" ./www/* tp-m@...
+ rsync -Cavz --rsh="ssh -l tp-m,thoggen" ./www/* tp-m@...
upload-css: industrofunk.css
- rsync -Cavz --rsh="ssh -l tp-m" industrofunk.css tp-m@...
+ rsync -Cavz --rsh="ssh -l tp-m,thoggen" industrofunk.css tp-m@...
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|