[129479] trunk/base/portmgr/jobs/mirror_macports.sh

jmr at macports.org jmr at macports.org
Sat Dec 13 14:50:54 PST 2014


Revision: 129479
          https://trac.macports.org/changeset/129479
Author:   jmr at macports.org
Date:     2014-12-13 14:50:54 -0800 (Sat, 13 Dec 2014)
Log Message:
-----------
update platforms in mirror_macports.sh

Modified Paths:
--------------
    trunk/base/portmgr/jobs/mirror_macports.sh

Modified: trunk/base/portmgr/jobs/mirror_macports.sh
===================================================================
--- trunk/base/portmgr/jobs/mirror_macports.sh	2014-12-13 22:33:53 UTC (rev 129478)
+++ trunk/base/portmgr/jobs/mirror_macports.sh	2014-12-13 22:50:54 UTC (rev 129479)
@@ -50,14 +50,19 @@
   done
 
   # mirror with each platform (can exclude the one the server is running)
-  for VERS in "8 9 10";
+  for VERS in "8 9";
   do
     for ARCH in "i386 powerpc";
     do
       echo "Mirroring ${P} with platform darwin ${VERS} ${ARCH}"
-      $PORT mirror $P os.major=${VERS} os.arch=${ARCH}
+      $PORT mirror $P os.platform=darwin os.subplatform=macosx os.major=${VERS} os.arch=${ARCH}
     done
   done
+  for VERS in "10 11 12 13 14";
+  do
+    echo "Mirroring ${P} with platform darwin ${VERS} i386"
+    $PORT mirror $P os.platform=darwin os.subplatform=macosx os.major=${VERS} os.arch=i386
+  done
 
   # clean up the work area
   $PORT clean --work $P;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141213/a06187ed/attachment.html>


More information about the macports-changes mailing list