Date: Thu, 22 Nov 2012 01:35:43 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40122 - head/en_US.ISO8859-1/articles/portbuild Message-ID: <201211220135.qAM1ZhmD069236@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Thu Nov 22 01:35:43 2012 New Revision: 40122 URL: http://svnweb.freebsd.org/changeset/doc/40122 Log: Correct the inexplicable lack of instructions about mlist. While here, do yet more wordsmithing. Modified: head/en_US.ISO8859-1/articles/portbuild/article.xml Modified: head/en_US.ISO8859-1/articles/portbuild/article.xml ============================================================================== --- head/en_US.ISO8859-1/articles/portbuild/article.xml Thu Nov 22 00:46:27 2012 (r40121) +++ head/en_US.ISO8859-1/articles/portbuild/article.xml Thu Nov 22 01:35:43 2012 (r40122) @@ -2160,13 +2160,13 @@ ssh_cmd="/usr/local/bin/ssh" <title>Enabling the node</title> <para>These steps need to be taken by a <literal>portmgr</literal> - acting as <literal>ports-<replaceable>arch</replaceable></literal> - on <hostid>pointyhat</hostid>. + acting as <literal>ports-<replaceable>arch</replaceable></literal>: </para> <procedure> <step> - <para>Ensure that <literal>ssh</literal> is working by executing + <para>Ensure that <literal>ssh</literal> to the client + is working by executing <command>ssh <replaceable>hostname</replaceable> uname -a</command>. The actual command is not important; what is important is to confirm the setup, and also add an entry into @@ -2176,7 +2176,7 @@ ssh_cmd="/usr/local/bin/ssh" </step> <step> - <para>Populate the node's copy of + <para>Populate the client's copy of <filename>/var/portbuild/scripts/</filename> by something like <command>/var/portbuild/scripts/dosetupnode <replaceable>arch</replaceable> <replaceable>major</replaceable> latest <replaceable>hostname</replaceable></command>. Verify that you now have files in that directory. @@ -2195,7 +2195,7 @@ ssh_cmd="/usr/local/bin/ssh" </procedure> <para>This step needs to be taken by a <literal>portmgr</literal> - acting as <literal>root</literal> on <hostid>pointyhat</hostid>. + acting as <literal>root</literal>: </para> <procedure> @@ -2217,6 +2217,20 @@ ssh_cmd="/usr/local/bin/ssh" </command></para> </step> </procedure> + + <para>Finally, again as <literal>portmgr</literal> + acting as <literal>ports-<replaceable>arch</replaceable></literal>: + </para> + + <procedure> + <step> + <para>Once you are sure that the client is working, tell + <application>pollmachine</application> about it by adding + it to + <filename>/var/portbuild/<replaceable>${arch}</replaceable>/mlist</filename>. + </para> + </step> + </procedure> </sect2> </sect1> @@ -2592,7 +2606,7 @@ cd /var/portbuild/<replaceable>arch</rep </listitem> <listitem> - <para><screen>mkdir lockfiles</screen></para> + <para>(Only necessary for old codebase)<screen>mkdir lockfiles</screen></para> </listitem> <listitem>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211220135.qAM1ZhmD069236>