[Rcpp-commits] r1491 - scripts
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Jun 8 14:09:22 CEST 2010
Author: edd
Date: 2010-06-08 14:09:22 +0200 (Tue, 08 Jun 2010)
New Revision: 1491
Modified:
scripts/runDoxygenAndZip.sh
Log:
no need to rsync www content to ron as max is now the webserver
Modified: scripts/runDoxygenAndZip.sh
===================================================================
--- scripts/runDoxygenAndZip.sh 2010-06-08 10:27:31 UTC (rev 1490)
+++ scripts/runDoxygenAndZip.sh 2010-06-08 12:09:22 UTC (rev 1491)
@@ -50,11 +50,4 @@
fi
cd ${cwd}
- if [ -d ~/www/code/rcpp/ ]; then
- cd ~/www/code/rcpp/
- if [ -d /net/ron/home/edd/www/code/rcpp ]; then
- rsync -navu --delete . /net/ron/home/edd/www/code/rcpp
- fi
- fi
-
fi
\ No newline at end of file
More information about the Rcpp-commits
mailing list