committer guide: point people to beefy instead of pointyhay

- these new logs actually exist
This commit is contained in:
Eitan Adler 2015-04-26 17:05:42 +00:00
parent 64dbd1394a
commit 091f5908e7
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=46607

View file

@ -4591,34 +4591,13 @@ Relnotes: yes</programlisting>
</question> </question>
<answer> <answer>
<para>First, go check <uri <para>The packages are built weekly. If a port fails,
xlink:href="http://pointyhat.FreeBSD.org/errorlogs/">http://pointyhat.FreeBSD.org/errorlogs/</uri>. the maintainer will be emailed from
There you will find error logs from the latest package <literal>pkg-fallout@FreeBSD.org</literal>.</para>
building runs on all supported platforms for the most
recent branches.</para>
<para>However, just because the port does not show up <para>In addition, <link
there does not mean it is building correctly. (One of xlink:href="http://beefy1.isc.freebsd.org/data/93i386-default/latest-per-pkg/">poudriere</link>
the dependencies may have failed, for instance.) The build logs are available.</para>
relevant directories are available on
<systemitem>pointyhat</systemitem> under
<filename>/a/portbuild/&lt;arch&gt;/&lt;major_version&gt;</filename>
so feel free to dig around. Each architecture and
version has the following subdirectories:</para>
<programlisting>errors error logs from latest &lt;major_version&gt; run on &lt;arch&gt;
logs all logs from latest &lt;major_version&gt; run on &lt;arch&gt;
packages packages from latest &lt;major_version&gt; run on &lt;arch&gt;
bak/errors error logs from last complete &lt;major_version&gt; run on &lt;arch&gt;
bak/logs all logs from last complete &lt;major_version&gt; run on &lt;arch&gt;
bak/packages packages from last complete &lt;major_version&gt; run on &lt;arch&gt;</programlisting>
<para>Basically, if the port shows up in
<filename>packages</filename>, or it is in
<filename>logs</filename> but not in
<filename>errors</filename>, it built fine. (The
<filename>errors</filename> directories are what you get
from the web page.)</para>
</answer> </answer>
</qandaentry> </qandaentry>