[152125] contrib/mp-buildbot/README.md

larryv at macports.org larryv at macports.org
Mon Aug 29 08:42:51 PDT 2016


Revision: 152125
          https://trac.macports.org/changeset/152125
Author:   larryv at macports.org
Date:     2016-08-29 08:42:51 -0700 (Mon, 29 Aug 2016)
Log Message:
-----------
mpbb: Use actual example inputs in README

Modified Paths:
--------------
    contrib/mp-buildbot/README.md

Modified: contrib/mp-buildbot/README.md
===================================================================
--- contrib/mp-buildbot/README.md	2016-08-29 15:35:33 UTC (rev 152124)
+++ contrib/mp-buildbot/README.md	2016-08-29 15:42:51 UTC (rev 152125)
@@ -23,17 +23,17 @@
 
         mpbb checkout \
             --prefix /opt/local \
-            --workdir "$workdir" \
-            --svn-url "$svnurl" \
-            --svn-revision "$svnrev"
+            --workdir /tmp/scratch \
+            --svn-url https://svn.macports.org/repository/macports/trunk \
+            --svn-revision 123456
 
 3.  Print to standard output a list of all subports for one port...
 
-        mpbb list-subports --prefix /opt/local --port "$port"
+        mpbb list-subports --prefix /opt/local --port php
 
     ...or for several.
 
-        mpbb list-subports --prefix /opt/local "$port1" "$port2" ...
+        mpbb list-subports --prefix /opt/local cmake llvm-3.8 ...
 
 4.  For each subport listed in step 3:
 
@@ -41,19 +41,19 @@
 
             mpbb install-dependencies \
                 --prefix /opt/local \
-                --port "$subport"
+                --port php71
 
     b.  Install the subport itself.
 
-            mpbb install-port --prefix /opt/local --port "$subport"
+            mpbb install-port --prefix /opt/local --port php71
 
     c.  Gather archives.
 
             mpbb gather-archives \
                 --prefix /opt/local \
-                --workdir "$workdir" \
-                --archive-site "$archive_site" \
-                --staging-dir "$(pwd)/archive-staging"
+                --workdir /tmp/scratch \
+                --archive-site https://packages.macports.org \
+                --staging-dir /tmp/scratch/staging
 
     d.  Upload. Must be implemented in the buildmaster.
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160829/af3f4376/attachment.html>


More information about the macports-changes mailing list