Actually, the freeze is enforced by cvs now, so rewrite the

part that says it isn't.

Reviewed by:	marcus, krion
This commit is contained in:
Erwin Lansing 2005-08-02 18:24:13 +00:00
parent 79fca9fc16
commit e53e71b2b2
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=25295

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD$"> <!ENTITY date "$FreeBSD: www/en/portmgr/qa.sgml,v 1.1 2005/03/12 07:30:25 linimon Exp $">
<!ENTITY title "Quality Assurance Tasks for the Ports Management Team"> <!ENTITY title "Quality Assurance Tasks for the Ports Management Team">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]> ]>
@ -42,11 +42,9 @@ two main categories:
that have already been built would not work with those that have already been built would not work with those
changes.</p> changes.</p>
<p>Although the freeze is advisory (not enforced through <p>To make sure that package builds are consistent and correct,
CVS), committers are asked to respect the freeze so that <i>all</i> commits must be approved by portmgr during a
the package builds can be consistent and correct, and freeze. Changes that are generally approved are:</p>
instead clear all proposed changes through portmgr. The
changes that are generally approved are:</p>
<ul> <ul>
<li><p>fixes to make a package build at all;</p></li> <li><p>fixes to make a package build at all;</p></li>