The platform references machines always run HEAD, so drop the branch
number from their OS fields.
This commit is contained in:
parent
10f6c9c9df
commit
03407180fb
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=22331
1 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/internal/machines.sgml,v 1.47 2003/07/26 13:01:24 simon Exp $">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY title "The FreeBSD.org Network">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -39,7 +39,7 @@ this file</a>.</p>
|
|||
|
||||
<tr>
|
||||
<td>beast</td>
|
||||
<td>5-CURRENT</td>
|
||||
<td>-CURRENT</td>
|
||||
<td>Alpha box for FreeBSD/alpha testing</td>
|
||||
<td>obrien/peter</td>
|
||||
</tr>
|
||||
|
@ -123,14 +123,14 @@ this file</a>.</p>
|
|||
|
||||
<tr>
|
||||
<td>panther</td>
|
||||
<td>5-CURRENT</td>
|
||||
<td>-CURRENT</td>
|
||||
<td>Reference machine for testing sparc64 changes</td>
|
||||
<td>committers</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>pluto1, pluto2</td>
|
||||
<td>5-CURRENT</td>
|
||||
<td>-CURRENT</td>
|
||||
<td>Reference machine for testing ia64 changes</td>
|
||||
<td>committers</td>
|
||||
</tr>
|
||||
|
@ -158,7 +158,7 @@ this file</a>.</p>
|
|||
|
||||
<tr>
|
||||
<td>sledge</td>
|
||||
<td>5-CURRENT</td>
|
||||
<td>-CURRENT</td>
|
||||
<td>Reference machine for testing amd64 changes</td>
|
||||
<td>committers</td>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in a new issue