Reword a bit the reference to bento:/a/asami/portbuild and its subdirs
and expand TABS to spaces in a <programlisting>, to avoid overly long lines in the output.
This commit is contained in:
parent
7f7ed5dd8a
commit
4b8dbcb2ee
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21559
1 changed files with 14 additions and 13 deletions
|
@ -685,11 +685,11 @@ alias scvs env CVS_RSH=ssh cvs -d <replaceable>user</replaceable>@ncvs.FreeBSD.o
|
|||
</itemizedlist>
|
||||
|
||||
<para>You will almost certainly get a conflict because
|
||||
of the <literal>$Id: article.sgml,v 1.199 2004-07-07 13:22:45 den Exp $</literal> (or in FreeBSD's case,
|
||||
of the <literal>$Id: article.sgml,v 1.200 2004-07-18 03:12:20 keramida Exp $</literal> (or in FreeBSD's case,
|
||||
<literal>$<!-- stop expansion -->FreeBSD<!-- stop expansion -->$</literal>)
|
||||
lines, so you will have to edit the file to resolve the conflict
|
||||
(remove the marker lines and the second <literal>$Id: article.sgml,v 1.199 2004-07-07 13:22:45 den Exp $</literal> line,
|
||||
leaving the original <literal>$Id: article.sgml,v 1.199 2004-07-07 13:22:45 den Exp $</literal> line intact).</para>
|
||||
(remove the marker lines and the second <literal>$Id: article.sgml,v 1.200 2004-07-18 03:12:20 keramida Exp $</literal> line,
|
||||
leaving the original <literal>$Id: article.sgml,v 1.200 2004-07-18 03:12:20 keramida Exp $</literal> line intact).</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
@ -2773,17 +2773,18 @@ docs:Documentation Bug:freebsd-doc:</programlisting>
|
|||
|
||||
<para>However, just because the port does not show up there
|
||||
does not mean it is building correctly. (One of the
|
||||
dependencies may have failed, for instance.) Here are
|
||||
the relevant directories on <hostid>bento</hostid>, so feel free to dig
|
||||
around.</para>
|
||||
dependencies may have failed, for instance.) The relevant
|
||||
directories are available on <hostid>bento</hostid> under
|
||||
<filename class="directory">/a/asami/portbuild/<arch>/<major_version></filename>
|
||||
so feel free to dig around. Each architecture and version has
|
||||
the following subdirectories:</para>
|
||||
|
||||
<programlisting> /a/asami/portbuild/<arch>/<major_version>/errors error logs from latest <major_version> run on <arch>
|
||||
/logs all logs from latest <major_version> run on <arch>
|
||||
/packages packages from latest <major_version> run on <arch>
|
||||
/bak/errors error logs from last complete <major_version> run on <arch>
|
||||
/bak/logs all logs from last complete <major_version> run on <arch>
|
||||
/bak/packages packages from last complete <major_version> run on <arch>
|
||||
</programlisting>
|
||||
<programlisting>errors error logs from latest <major_version> run on <arch>
|
||||
logs all logs from latest <major_version> run on <arch>
|
||||
packages packages from latest <major_version> run on <arch>
|
||||
bak/errors error logs from last complete <major_version> run on <arch>
|
||||
bak/logs all logs from last complete <major_version> run on <arch>
|
||||
bak/packages packages from last complete <major_version> run on <arch></programlisting>
|
||||
|
||||
<para>Basically, if the port shows up in
|
||||
<filename>packages</filename>, or it is in
|
||||
|
|
Loading…
Reference in a new issue