[csw-devel] SF.net SVN: opencsw:[641] buildfarm/bin/sync-mirror

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Sun Nov 25 00:16:37 CET 2012


Revision: 641
          http://opencsw.svn.sourceforge.net/opencsw/?rev=641&view=rev
Author:   wahwah
Date:     2012-11-24 23:16:36 +0000 (Sat, 24 Nov 2012)
Log Message:
-----------
sync-mirror: Use new mirror (by IP)

Modified Paths:
--------------
    buildfarm/bin/sync-mirror

Modified: buildfarm/bin/sync-mirror
===================================================================
--- buildfarm/bin/sync-mirror	2012-11-24 23:16:17 UTC (rev 640)
+++ buildfarm/bin/sync-mirror	2012-11-24 23:16:36 UTC (rev 641)
@@ -1,7 +1,12 @@
 #!/bin/sh
 
+# old mirror
+mirror_host=rsync.opencsw.org
+# new mirror
+mirror_host="131.188.40.82"
+
 /opt/csw/bin/rsync \
 	-Hrav \
 	--delete \
-	rsync://rsync.opencsw.org/csw/ \
+	rsync://${mirror_host}/csw/ \
 	/export/mirror/opencsw/official

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list