Very sneakily note that mkportbuild moves from portbuild/tools to

portbuild/admin/tools.  Start documenting SRCBUILD_USER.  Remove
mention of zfsadmin, that has been rewritten 3 times already by now.
This commit is contained in:
Mark Linimon 2013-01-30 08:45:21 +00:00
parent 8e13ee8992
commit 1ed845f5b0
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=40814

View file

@ -2523,6 +2523,18 @@ zfs destroy -r a/snap/src-<replaceable>old-branch</replaceable></screen>
<screen>&prompt.root; export PORTBUILD_USER=<replaceable>portbuild</replaceable></screen>
</step>
<step>
<para>Similarly, create a user to own the <application>svn</application>
repository, such as <literal>srcbuild</literal>. It should have the
<literal>'*'</literal> password.</para>
</step>
<step>
<para>Export that value for a later initialization step:</para>
<screen>&prompt.root; export SRCBUILD_USER=<replaceable>srcbuild</replaceable></screen>
</step>
<step>
<para>Add the following to <filename>/boot/loader.conf</filename>:</para>
@ -2715,7 +2727,7 @@ sysutils/zfs-stats</programlisting>
directory later.)</para>
<screen>&prompt.root; mkdir -p /home/<replaceable>portbuild</replaceable>/<replaceable>tmp</replaceable>
&prompt.root; svn checkout ${VCS_REPOSITORY}/base/projects/portbuild/tools /home/<replaceable>portbuild</replaceable>/<replaceable>tmp</replaceable></screen>
&prompt.root; svn checkout ${VCS_REPOSITORY}/base/projects/portbuild/admin/tools /home/<replaceable>portbuild</replaceable>/<replaceable>tmp</replaceable></screen>
</step>
<step>
@ -2755,7 +2767,7 @@ sysutils/zfs-stats</programlisting>
</step>
<step>
<para>set up the repository:</para>
<para>Set up the initial repository:</para>
<screen>&prompt.user; svn checkout ${VCS_REPOSITORY}/base/projects/portbuild ${ZFS_MOUNTPOINT}/portbuild</screen>
</step>
@ -2763,9 +2775,7 @@ sysutils/zfs-stats</programlisting>
<step>
<para>Set up the <application>zfs</application>
<literal>permission set</literal>:</para>
<screen>&prompt.root; ${ZFS_MOUNTPOINT}/tools/zfsadmin</screen>
<literal>permission sets</literal>.</para>
</step>
</procedure>