* respect &base;
* replace "./releng.html" with more literal values * concrecte reference to list of "Version Bump" files (use anchor)
This commit is contained in:
parent
060bd55cf6
commit
e188d5456e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=11432
2 changed files with 9 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY email 'murray'>
|
||||
<!ENTITY date "$FreeBSD: www/en/internal/releng.sgml,v 1.2 2001/12/04 18:04:58 bmah Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/internal/releng.sgml,v 1.3 2001/12/13 09:25:46 murray Exp $">
|
||||
<!ENTITY title "FreeBSD Release Engineering">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -27,7 +27,7 @@
|
|||
of merging a tested change from our -CURRENT development branch to
|
||||
our -STABLE branch.</p>
|
||||
|
||||
<center><img src="../gifs/branches.png" alt="Release Branch
|
||||
<center><img src="&base;/gifs/branches.png" alt="Release Branch
|
||||
Diagram"></center>
|
||||
|
||||
<p>To service our most conservative users, individual release
|
||||
|
@ -103,6 +103,7 @@
|
|||
<p>Note: The <tt>RELENG_*</tt> tags are restricted for use by the
|
||||
CVS-meisters and release engineers.</p>
|
||||
|
||||
<a name="versionbump"></a>
|
||||
<h3>Bumping up the Version Number</h3>
|
||||
|
||||
<p>Before the final release can be tagged, built, and released, the
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY email 'freebsd-qa'>
|
||||
<!ENTITY date "$FreeBSD: www/en/internal/releng45.sgml,v 1.3 2001/12/10 07:19:05 murray Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/internal/releng45.sgml,v 1.4 2001/12/13 08:49:53 murray Exp $">
|
||||
<!ENTITY title "FreeBSD 4.5 Release Process">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -32,7 +32,7 @@
|
|||
href="mailto:re@FreeBSD.org">re@FreeBSD.org</a>.</p>
|
||||
|
||||
<p>For an overview of the entire release engineering process, please
|
||||
see <a href="./releng.html">./releng.html</a>.</p>
|
||||
see <a href="releng.html">this document</a>.</p>
|
||||
|
||||
<h1>Schedule</h1>
|
||||
|
||||
|
@ -107,7 +107,7 @@
|
|||
<td>Final package build starts
|
||||
<td>17 Jan 2002</td>
|
||||
<td>--</td>
|
||||
<td>The ports cluster and <a href="http://bento.freebsd.org">bento</a>
|
||||
<td>The ports cluster and <a href="http://bento.FreeBSD.org">bento</a>
|
||||
build final packages.</td>
|
||||
</tr>
|
||||
|
||||
|
@ -142,8 +142,8 @@
|
|||
<td>Version numbers bumped.</td>
|
||||
<td>19 Jan 2002</td>
|
||||
<td>--</td>
|
||||
<td>The files listed at <a
|
||||
href="http://www.FreeBSD.org/internal/releng.html">./releng.html</a>
|
||||
<td>The files listed <a
|
||||
href="releng.html#versionbump">here</a>
|
||||
are updated to reflect the fact that this is FreeBSD 4.5.</td>
|
||||
</tr>
|
||||
|
||||
|
@ -191,7 +191,7 @@
|
|||
<td>Upload to ftp-master.</td>
|
||||
<td>20 Jan 2002</td>
|
||||
<td>--</td>
|
||||
<td>release and packages uploaded to ftp-master.freebsd.org</td>
|
||||
<td>release and packages uploaded to ftp-master.FreeBSD.org</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue