[GRASS-SVN] r45974 - grass-web/trunk
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Apr 14 09:25:17 EDT 2011
Author: neteler
Date: 2011-04-14 06:25:17 -0700 (Thu, 14 Apr 2011)
New Revision: 45974
Modified:
grass-web/trunk/mirrors.inc
grass-web/trunk/mirrors.php
Log:
avoid ibiblio as master rsync
Modified: grass-web/trunk/mirrors.inc
===================================================================
--- grass-web/trunk/mirrors.inc 2011-04-14 13:22:42 UTC (rev 45973)
+++ grass-web/trunk/mirrors.inc 2011-04-14 13:25:17 UTC (rev 45974)
@@ -167,14 +167,11 @@
should display a welcome message):<br>
<ul>
<li> <tt>rsync grass.osgeo.org::</tt> (master site, restricted to tier 1 mirrors)
- <li> <tt>rsync grass.fbk.eu::</tt> (tier 1 mirror, provides "rsync" for other mirrors)
- <li> <tt>rsync ibiblio.org::</tt> (tier 1 mirror, provides "rsync" for other mirrors)
<li> <tt>rsync grass.bergenheim.net::</tt> (tier 1 mirror, provides "rsync" for other mirrors)
- <li> <tt>rsync gulus.USherbrooke.ca::</tt> (tier 1 mirror, provides "rsync" for other mirrors)
</ul>
<li>Define a daily cron-job (in 'crontab') for rsync (example):<br>
- <tt>/usr/bin/rsync -r --delete --times --links --bwlimit=200 ibiblio.org::grass /mirror/grass/</tt><br>
+ <tt>/usr/bin/rsync -r --delete --times --links --bwlimit=200 grass.osgeo.org::grass /mirror/grass/</tt><br>
This will copy/update the GRASS site to your local directory /mirror/grass/
<li>Check if the synchronization works the next day(s).
<li>Announce the new mirror site for this mirror list to <a href="mailto:grass-web(at)lists.osgeo.org">us</a>.
Modified: grass-web/trunk/mirrors.php
===================================================================
--- grass-web/trunk/mirrors.php 2011-04-14 13:22:42 UTC (rev 45973)
+++ grass-web/trunk/mirrors.php 2011-04-14 13:25:17 UTC (rev 45974)
@@ -81,7 +81,7 @@
</table>
<hr>
- <div align="right">© 1999-2005 GRASS Development Team<br>
+ <div align="right">© 1999-2011 GRASS Development Team<br>
<a href="impressum.html">Imprint</a> |
<a href="contact.php">Comments</a> about this page<br>
<i>Last change: $Date$ </i><br>
More information about the grass-commit
mailing list