Revision: 105466 https://trac.macports.org/changeset/105466 Author: mk@macports.org Date: 2013-04-21 23:57:59 -0700 (Sun, 21 Apr 2013) Log Message: ----------- Guide: revert inadvertedly introduced change to Makefile Modified Paths: -------------- trunk/doc-new/Makefile trunk/doc-new/guide/xml/internals.xml trunk/doc-new/guide/xml/portfiledev.xml Modified: trunk/doc-new/Makefile =================================================================== --- trunk/doc-new/Makefile 2013-04-22 06:47:11 UTC (rev 105465) +++ trunk/doc-new/Makefile 2013-04-22 06:57:59 UTC (rev 105466) @@ -10,7 +10,7 @@ UNAME := $(shell uname) # Prefix of the MacPorts installation. -PREFIX = /opt/macports-test +PREFIX = /opt/local ifeq ($(UNAME), Linux) PREFIX = /usr endif Modified: trunk/doc-new/guide/xml/internals.xml =================================================================== --- trunk/doc-new/guide/xml/internals.xml 2013-04-22 06:47:11 UTC (rev 105465) +++ trunk/doc-new/guide/xml/internals.xml 2013-04-22 06:57:59 UTC (rev 105466) @@ -668,37 +668,4 @@ </section> </section> - <section id="internals.buildbot"> - <title>MacPorts' buildbot</title> - - <para>The <ulink url="https://build.macports.org/">buildbot</ulink> is a port - build-service currently supporting building of all committed ports for Snow Leopard, - Lion, and Mountain Lion using the MacPorts AutoBuild - (<ulink url="http://svn.macports.org/repository/macports/contrib/mpab/">MPAB</ulink>) - scripts.</para> - - <para>Every time a maintainer commits changes to MacPorts' central SVN repository - the buildbot will check whether a rebuild of the corresponding port(s) would - be necessary. If the port(s) in question are distributable their binary - archives will be kept for subsequent distribution for the three most current - versions of the Mac OS X operating system.</para> - - <para>If a build error occurred for a port its maintainer will be informed via - an email so that problems which did not surface on the maintainer's machine will - not go unnoticed. - - Port maintainers will find the - <ulink url="https://build.macports.org/waterfall">waterfall</ulink> - and the - <ulink url="https://build.macports.org/builders">builders</ulink> - views most useful since they give information about the build status and offer - the possibility to build ones port(s) on specific builders.</para> - - <para>Thus the buildbot helps to keep MacPorts consistent on various - OSX versions, i.e. a maintainer does not need access to these versions anymore in - order to assure that the port(s) maintained build without problems. Currently only - the default port variants will be build and kept.</para> - - </section> - </chapter> Modified: trunk/doc-new/guide/xml/portfiledev.xml =================================================================== --- trunk/doc-new/guide/xml/portfiledev.xml 2013-04-22 06:47:11 UTC (rev 105465) +++ trunk/doc-new/guide/xml/portfiledev.xml 2013-04-22 06:57:59 UTC (rev 105466) @@ -1094,4 +1094,38 @@ </section> </section> + + <section id="development.buildbot"> + <title>MacPorts' buildbot</title> + + <para>The <ulink url="https://build.macports.org/">buildbot</ulink> is a port + build-service currently supporting building of all committed ports for Snow Leopard, + Lion, and Mountain Lion using the MacPorts AutoBuild + (<ulink url="http://svn.macports.org/repository/macports/contrib/mpab/">MPAB</ulink>) + scripts.</para> + + <para>Every time a maintainer commits changes to MacPorts' central SVN repository + the buildbot will check whether a rebuild of the corresponding port(s) would + be necessary. If the port(s) in question are distributable their binary + archives will be kept for subsequent distribution for the three most current + versions of the Mac OS X operating system.</para> + + <para>If a build error occurred for a port its maintainer will be informed via + an email so that problems which did not surface on the maintainer's machine will + not go unnoticed. + + Port maintainers will find the + <ulink url="https://build.macports.org/waterfall">waterfall</ulink> + and the + <ulink url="https://build.macports.org/builders">builders</ulink> + views most useful since they give information about the build status and offer + the possibility to build ones port(s) on specific builders.</para> + + <para>Thus the buildbot helps to keep MacPorts consistent on various + OSX versions, i.e. a maintainer does not need access to these versions anymore in + order to assure that the port(s) maintained build without problems. Currently only + the default port variants will be build and kept.</para> + + </section> + </chapter>
participants (1)
-
mk@macports.org