Note some more obsolete stuff, mostly having to do with cvs.
This commit is contained in:
parent
571a69b333
commit
34f7eedb18
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=40143
1 changed files with 22 additions and 7 deletions
|
@ -1056,16 +1056,16 @@ umount: Cleanup of /x/tmp/8-exp/chroot/53837/compat/linux/proc failed!
|
|||
then <trademark>Bad Things</trademark> happen.
|
||||
</para>
|
||||
|
||||
<para>The status of all current builds is generated twice an hour
|
||||
<para>The status of all current builds is generated periodically
|
||||
and posted to
|
||||
<ulink url="http://pointyhat.FreeBSD.org/errorlogs/packagestats.html"></ulink>.
|
||||
For each <literal>buildenv</literal>, the following is displayed:</para>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><literal>cvs date</literal> is the contents of
|
||||
<filename>cvsdone</filename>. This is why we recommend that you
|
||||
update <filename>cvsdone</filename> for <literal>-exp</literal>
|
||||
<para><literal>updated</literal> is the contents of
|
||||
<filename>.updated</filename>. This is why we recommend that you
|
||||
update <filename>.updated</filename> for <literal>-exp</literal>
|
||||
runs (see below).</para>
|
||||
</listitem>
|
||||
|
||||
|
@ -1312,12 +1312,17 @@ umount: Cleanup of /x/tmp/8-exp/chroot/53837/compat/linux/proc failed!
|
|||
<para>In general, an experimental patches build is run the same
|
||||
way as any other build, except that you should first update the
|
||||
ports tree to the latest version and then apply your patches.
|
||||
To do the former, you can use the following:
|
||||
To do the former, you can use the following:</para>
|
||||
|
||||
<note>
|
||||
<para>The following example is obsolete<para>
|
||||
</note>
|
||||
|
||||
<para>
|
||||
<screen>&prompt.user; <userinput>cvs -R update -dP > update.out</userinput>
|
||||
&prompt.user; <userinput>date > cvsdone</userinput></screen>
|
||||
&prompt.user; <userinput>date > .updated</userinput></screen>
|
||||
This will most closely simulate what the <literal>dopackages</literal>
|
||||
script does. (While <filename>cvsdone</filename> is merely
|
||||
script does. (While <filename>.updated</filename> is merely
|
||||
informative, it can be a help.)</para>
|
||||
|
||||
<para>You will need to edit <filename>update.out</filename> to look
|
||||
|
@ -1425,6 +1430,11 @@ umount: Cleanup of /x/tmp/8-exp/chroot/53837/compat/linux/proc failed!
|
|||
|
||||
<screen>&prompt.user; <userinput>cd /var/portbuild/i386/8/ports</userinput></screen>
|
||||
|
||||
<note>
|
||||
<para>The following example is obsolete<para>
|
||||
</note>
|
||||
|
||||
<para>
|
||||
<note><para>Be sure to <literal>cvs update</literal> this tree to the same date as
|
||||
the experimental patches tree.</para></note>
|
||||
|
||||
|
@ -3242,6 +3252,11 @@ qmanager.sh</screen>
|
|||
<sect1 id="disk-failure">
|
||||
<title>Procedures for dealing with disk failures</title>
|
||||
|
||||
<note>
|
||||
<para>The following section is particular to <hostid>freebsd.org</hostid>
|
||||
and is somewhat obsolete.</para>
|
||||
</note>
|
||||
|
||||
<para>When a machine has a disk failure (e.g. panics due to read errors,
|
||||
etc), then we should do the following steps:</para>
|
||||
|
||||
|
|
Loading…
Reference in a new issue