Publish the Commit Bit and Project Resources Policy and User Data Policy.
Approved by: core
This commit is contained in:
parent
245bd88339
commit
7bab2af0e1
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=37514
4 changed files with 74 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/internal/Makefile,v 1.48 2009/10/19 07:26:46 murray Exp $
|
||||
# $FreeBSD: www/en/internal/Makefile,v 1.49 2010/09/02 03:22:03 brd Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -10,6 +10,7 @@
|
|||
DOCS= about.sgml
|
||||
DOCS+= bylaws.sgml
|
||||
DOCS+= core-vote.sgml
|
||||
DOCS+= data.sgml
|
||||
DOCS+= developer.sgml
|
||||
DOCS+= doceng.sgml
|
||||
DOCS+= expire-bits.sgml
|
||||
|
@ -21,6 +22,7 @@ DOCS+= mirror.sgml
|
|||
DOCS+= new-account.sgml
|
||||
DOCS+= policies.sgml
|
||||
DOCS+= releng.sgml
|
||||
DOCS+= resources.sgml
|
||||
DOCS+= statistic.sgml
|
||||
|
||||
INDEXLINK= internal.html
|
||||
|
|
31
en/internal/data.sgml
Normal file
31
en/internal/data.sgml
Normal file
|
@ -0,0 +1,31 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY title "User Data Policy">
|
||||
<!ENTITY % navinclude.docs "INCLUDE">
|
||||
]>
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<h2>Rationale</h2>
|
||||
|
||||
<p>The FreeBSD Project provides several resources for developers
|
||||
including various machines and data storage. These resources are
|
||||
intended to be used for activities related to the FreeBSD Project.
|
||||
The project does not make any guarantees to developers regarding
|
||||
non-project-related data stored on project resources. Developers
|
||||
are strongly encouraged to not use project resources for storing
|
||||
non-project-related data. The FreeBSD Core team approved the
|
||||
following user data policy which was posted to the Developers
|
||||
mailing list on August 4, 2011.</p>
|
||||
|
||||
<h2>Policy</h2>
|
||||
|
||||
<p>FreeBSD Project resources should only be used for project-related
|
||||
activities and storing project-related data.</p>
|
||||
|
||||
&footer;
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/internal/policies.sgml,v 1.8 2006/08/19 21:20:36 hrs Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/internal/policies.sgml,v 1.9 2009/10/19 07:26:46 murray Exp $">
|
||||
<!ENTITY title "Policies for FreeBSD Committers">
|
||||
<!ENTITY % navinclude.docs "INCLUDE">
|
||||
]>
|
||||
|
@ -35,10 +35,15 @@ the
|
|||
<a href="expire-bits.html">Commit Bit Expiration Policy</a>,
|
||||
the
|
||||
<a href="bylaws.html">Core Bylaws</a>,
|
||||
the
|
||||
<a href="resources.html">Commit Bit and Project Resources Policy</a>,
|
||||
<a href="core-vote.html">Core's Voting Procedures</a>,
|
||||
the
|
||||
<a href="fortunes.html">Fortune File Policy</a>,
|
||||
the
|
||||
<a href="i18n.html">Internationalization Policy</a>,
|
||||
the
|
||||
<a href="data.html">User Data Policy</a>,
|
||||
and the
|
||||
<a href="../doc/en_US.ISO8859-1/articles/pr-guidelines/">Problem Report Handling Guidelines</a>.</p>
|
||||
|
||||
|
|
34
en/internal/resources.sgml
Normal file
34
en/internal/resources.sgml
Normal file
|
@ -0,0 +1,34 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY title "Commit Bit and Project Resources Policy">
|
||||
<!ENTITY % navinclude.docs "INCLUDE">
|
||||
]>
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<h2>Rationale</h2>
|
||||
|
||||
<p>The core team manages access to project resources including
|
||||
granting and revoking both commit bits and user accounts. Core
|
||||
may delegate portions of these tasks to other groups or
|
||||
individuals at its discretion. For example, certain commit bits
|
||||
are managed by other groups as noted
|
||||
in <a href="../doc/en_US.ISO8859-1/articles/committers-guide/committer.types.html">Commit
|
||||
Bit Types</a> subject to core's final approval. The core team has
|
||||
held this authority since its inception, but wanted to make it
|
||||
explicit to avoid confusion. The FreeBSD Core team approved the
|
||||
following commit bit and project resources policy which was posted
|
||||
to the Developers mailing list on August 4, 2011.</p>
|
||||
|
||||
<h2>Policy</h2>
|
||||
|
||||
<p>The core team has sole authority for managing access to project
|
||||
resources. This includes granting and revoking both commit bits
|
||||
and user accounts.</p>
|
||||
|
||||
&footer;
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue