From: Magnus H. <leg...@us...> - 2008-10-05 00:10:48
|
Update of /cvsroot/emacs-jabber/www In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv5986 Modified Files: upload.sh Log Message: Web page replaced! Upload script no longer points to new/. Index: upload.sh =================================================================== RCS file: /cvsroot/emacs-jabber/www/upload.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- upload.sh 22 Sep 2008 17:52:50 -0000 1.1 +++ upload.sh 5 Oct 2008 00:09:45 -0000 1.2 @@ -11,4 +11,4 @@ exit 1 fi -rsync -v html/*.html emacs-jabber-www:htdocs/new/ +rsync -v html/*.html emacs-jabber-www:htdocs/ |