Porters Handbook: add some clarifications for Poudreire:
- add a hint to create the distfiles directory if it does not already exist - add the new-style syntax to use a custom ports tree PR: 237794 Submitted by: vladimir.chukharev@gmail.com Event: July 2020 Bugathon
This commit is contained in:
parent
05ec704fd3
commit
df6be9e6c4
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=54331
1 changed files with 18 additions and 2 deletions
|
@ -359,7 +359,9 @@ SVN_HOST=svn.FreeBSD.org</programlisting>
|
||||||
example, <application>Poudriere</application> and the
|
example, <application>Poudriere</application> and the
|
||||||
host share the distfiles storage directory. This avoids
|
host share the distfiles storage directory. This avoids
|
||||||
downloading tarballs which are already present on the
|
downloading tarballs which are already present on the
|
||||||
system.</para>
|
system. Please create this directory if it does not
|
||||||
|
already exist so that <application>Poudriere</application>
|
||||||
|
can find it.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
@ -604,7 +606,21 @@ subversive svn+https /poudriere/ports/subversive</screen>
|
||||||
<filename>/work/ports</filename>, point
|
<filename>/work/ports</filename>, point
|
||||||
<application>Poudriere</application> to the location:</para>
|
<application>Poudriere</application> to the location:</para>
|
||||||
|
|
||||||
<screen>&prompt.root; <userinput>poudriere ports -c -F -f none -M /work/ports -p development</userinput></screen>
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>For <application>Poudriere</application> older than
|
||||||
|
version 3.1.20:</para>
|
||||||
|
|
||||||
|
<screen>&prompt.root; <userinput>poudriere ports -c -F -f none -M /work/ports -p development</userinput></screen>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>For <application>Poudriere</application> version 3.1.20
|
||||||
|
and later:</para>
|
||||||
|
|
||||||
|
<screen>&prompt.root; <userinput>poudriere ports -c -m null -M /work/ports -p development</userinput></screen>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
|
||||||
<para>This will be listed in the table of known trees:</para>
|
<para>This will be listed in the table of known trees:</para>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue