[151151] contrib/mp-buildbot/README
larryv at macports.org
larryv at macports.org
Mon Aug 8 14:22:58 PDT 2016
Revision: 151151
https://trac.macports.org/changeset/151151
Author: larryv at macports.org
Date: 2016-08-08 14:22:58 -0700 (Mon, 08 Aug 2016)
Log Message:
-----------
mp-buildbot: Revise steps 1-3 in README
- Remove wording that repeats what the code examples say.
- Indent code examples more.
- Keep lines short.
Modified Paths:
--------------
contrib/mp-buildbot/README
Modified: contrib/mp-buildbot/README
===================================================================
--- contrib/mp-buildbot/README 2016-08-08 21:22:46 UTC (rev 151150)
+++ contrib/mp-buildbot/README 2016-08-08 21:22:58 UTC (rev 151151)
@@ -11,19 +11,26 @@
separate scripts using the following scheme: mpbb-<step>. The steps that are
needed to be executed to build are the following ones:
- 1. selfupdate --nosync
+ 1. Update base without updating the portindex.
- mpbb selfupdate --prefix /opt/local
+ mpbb selfupdate --prefix /opt/local
- 2. checkout ports tree (at specific rev, should update portindex)
+ 2. Checkout ports tree and update the portindex.
- mpbb checkout --prefix /opt/local --workdir "$workdir" --svn-url "$svnurl" --svn-revision "$svnrev"
+ mpbb checkout \
+ --prefix /opt/local \
+ --workdir "$workdir" \
+ --svn-url "$svnurl" \
+ --svn-revision "$svnrev"
- 3. get a list of all subports to build for a given list of ports
+ 3. Print to standard out a list of all subports for one port...
- mpbb list-subports --prefix /opt/local --port "$port", or
- mpbb list-subports --prefix /opt/local "$port1" "$port2" "$port3" ...
+ mpbb list-subports --prefix /opt/local --port "$port"
+ ...or for several.
+
+ mpbb list-subports --prefix /opt/local "$port1" "$port2" ...
+
for each port listed on stdout:
4. install all dependencies of a given port
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160808/3cf3da7f/attachment.html>
More information about the macports-changes
mailing list