Document commit bit expiration policy, per Warner's post in February.

Prompted due to questions from:	ceri
This commit is contained in:
Robert Watson 2002-04-06 15:35:30 +00:00
parent 93748e2cc9
commit c79afc87fa
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=12694
3 changed files with 39 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# $FreeBSD: www/en/internal/Makefile,v 1.28 2001/12/03 20:44:08 murray Exp $
# $FreeBSD: www/en/internal/Makefile,v 1.29 2002/03/06 21:22:10 jim Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
@ -18,6 +18,7 @@ DOCS+= developer.sgml
DOCS+= bylaws.sgml
DOCS+= releng.sgml
DOCS+= releng45.sgml
DOCS+= expire-bits.sgml
INDEXLINK= internal.html

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/internal/developer.sgml,v 1.19 2002/03/06 21:22:10 jim Exp $">
<!ENTITY date "$FreeBSD: www/en/internal/developer.sgml,v 1.20 2002/03/16 08:13:04 murray Exp $">
<!ENTITY title "Resources for FreeBSD Committers">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]>
@ -15,6 +15,8 @@ Almost everything a new committer to the FreeBSD Project needs to know
<h2><a href="new-account.html">New Account Creation Procedure</a></h2>
<h2><a href="expire-bits.html">Commit Bit Expiration Policy</a></h2>
<h2><a href="bylaws.html">Core Bylaws</a></h2>
<h2><a href="http://wolfram.schneider.org/papers/webbuild.html">

View file

@ -0,0 +1,34 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/internal/expire-bits.sgml,v 1.2 2002/03/16 08:13:04 murray Exp $">
<!ENTITY title "Commit Bit Expiration Policy">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]>
<html>
&header;
<h2>Rationale</h2>
<p>Over time, FreeBSD committers may find other demands on their time,
and decide that they wish to resign their commit bit. However, under
some circumstances, a committer may become inactive over a long period
of time without explicitly resigning their bit. Over the long term,
these accounts can represent a security risk, as well as posing
procedural questions regarding the degree to which contact information
and access methods for the account are maintainable. For these
reasons, the FreeBSD Core Team approved the following commit bit
expiration policy, which was posted to the Developers mailing list
on February 22, 2002.</p>
<h2>Policy</h2>
<p>Committers that haven't made a commit in 18 months will be removed
from the access file from time to time. Committers that wish to get
back their commit bits will have to reapply with the appropriate
authority. Future refinements to this policy may be forthcoming.</p>
&footer;
</body>
</html>