[csw-devel] SF.net SVN: opencsw:[643] buildfarm/bin/push-opencsw-to-mirror

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Sun Nov 25 00:17:10 CET 2012


Revision: 643
          http://opencsw.svn.sourceforge.net/opencsw/?rev=643&view=rev
Author:   wahwah
Date:     2012-11-24 23:17:10 +0000 (Sat, 24 Nov 2012)
Log Message:
-----------
push-opencsw-to-mirror: Remove pushing loop

Modified Paths:
--------------
    buildfarm/bin/push-opencsw-to-mirror

Modified: buildfarm/bin/push-opencsw-to-mirror
===================================================================
--- buildfarm/bin/push-opencsw-to-mirror	2012-11-24 23:16:53 UTC (rev 642)
+++ buildfarm/bin/push-opencsw-to-mirror	2012-11-24 23:17:10 UTC (rev 643)
@@ -1,22 +1,6 @@
 #!/bin/sh
 
-# push_target_hosts="rsync.opencsw.org"
-push_target_hosts="131.188.40.80"
-
-for push_target_host in $push_target_hosts
-do
-  # The official mirror push
-  /opt/csw/bin/rsync -raHv --delete-after \
-    --rsync-path=/opt/csw/bin/rsync \
-    /export/mirror/opencsw-official/ mirror@${push_target_host}:/csw/rsync/csw/
-  
-  # The development mirror push
-  /opt/csw/bin/rsync -raHv --delete-after \
-    --rsync-path=/opt/csw/bin/rsync \
-    /export/mirror/opencsw-future/ mirror@${push_target_host}:/csw/rsync/csw-future/
-done
-
-# push_target_hosts="opencsw-mirror.informatik.uni-erlangen.de"
+# push_target_hosts="mirror.opencsw.org"
 push_target_hosts="131.188.40.82"
  
 for push_target_host in $push_target_hosts

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