[153846] contrib/mp-buildbot/mpbb-checkout

larryv at macports.org larryv at macports.org
Thu Oct 13 17:14:36 CEST 2016


Revision: 153846
          https://trac.macports.org/changeset/153846
Author:   larryv at macports.org
Date:     2016-10-13 08:14:36 -0700 (Thu, 13 Oct 2016)
Log Message:
-----------
mpbb: Update GitHub URLs

Modified Paths:
--------------
    contrib/mp-buildbot/mpbb-checkout

Modified: contrib/mp-buildbot/mpbb-checkout
===================================================================
--- contrib/mp-buildbot/mpbb-checkout	2016-10-13 14:41:28 UTC (rev 153845)
+++ contrib/mp-buildbot/mpbb-checkout	2016-10-13 15:14:36 UTC (rev 153846)
@@ -24,9 +24,10 @@
   --jobs-url=<URL>
     URL to a repository containing the jobs tools. Only used when
     checking out a new working copy. Defaults to
-    \`https://github.com/macports/infrastructure.git' for Git and
-    \`https://github.com/macports/infrastructure.git/trunk/jobs' for
-    Subversion.
+    \`https://github.com/macports/macports-infrastructure.git' for Git
+    and
+    \`https://github.com/macports/macports-infrastructure.git/trunk/jobs'
+    for Subversion.
 
   --ports-branch=<branch>
     The branch of the remote repository from which the ports tree will
@@ -40,8 +41,9 @@
   --ports-url=<URL>
     URL to a repository containing the ports tree. Only used when
     checking out a new working copy. Defaults to
-    \`https://github.com/macports/ports.git' for Git and.
-    \`https://github.com/macports/ports.git/trunk' for Subversion.
+    \`https://github.com/macports/macports-ports.git' for Git and
+    \`https://github.com/macports/macports-ports.git/trunk' for
+    Subversion.
 
   --svn[=<path>]
     Use Subversion to obtain the jobs tools and ports tree. The path to
@@ -150,8 +152,8 @@
         checkout=git-checkout
         # Checking out "jobs_url" should create a "jobs" subdirectory.
         jobs_dir=$(dirname "${option_jobs_dir}")
-        : "${option_jobs_url=https://github.com/macports/infrastructure.git}"
-        : "${option_ports_url=https://github.com/macports/ports.git}"
+        : "${option_jobs_url=https://github.com/macports/macports-infrastructure.git}"
+        : "${option_ports_url=https://github.com/macports/macports-ports.git}"
     elif [[ -z ${option_git+_} ]] && svn=${option_svn:-$(command -v svn)}; then
         checkout=svn-checkout
         jobs_dir=${option_jobs_dir}
@@ -159,8 +161,8 @@
             : "${option_jobs_url=${option_svn_url}/base/portmgr/jobs}"
             : "${option_ports_url=${option_svn_url}/dports}"
         else
-            : "${option_jobs_url=https://github.com/macports/infrastructure.git/trunk/jobs}"
-            : "${option_ports_url=https://github.com/macports/ports.git/trunk}"
+            : "${option_jobs_url=https://github.com/macports/macports-infrastructure.git/trunk/jobs}"
+            : "${option_ports_url=https://github.com/macports/macports-ports.git/trunk}"
         fi
     else
         case ${option_git+_},${option_svn+_} in
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161013/b1abe67e/attachment-0002.html>


More information about the macports-changes mailing list