doc/en_US.ISO8859-1/slides/common/freebsd-dev-model.xml
Gabor Kovesdan 42b18717e8 - Add proper XML declarations with encoding specification to files that
didn't yet have it

Approved by:	doceng (implicit)
2012-08-11 10:37:42 +00:00

65 lines
2.1 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $FreeBSD$ -->
<foilgroup id="freebsd-dev-model">
<foil id="freebsd-dev-model-general">
<title>FreeBSD Development Model - Overview</title>
<itemizedlist>
<listitem>FreeBSD development continues along two parallel
branches; FreeBSD-CURRENT and FreeBSD-STABLE.</listitem>
<listitem>FreeBSD-CURRENT is the main trunk of our CVS
repository. All new development should happen
here.</listitem>
<listitem>FreeBSD-STABLE is the branch from which major releases
are made. Changes enter this branch at a different pace, and
with the general assumption that they have been well tested by
our user community running -CURRENT.</listitem>
</itemizedlist>
</foil>
<!-- FIXME: past the chart here
<foil id="freebsd-dev-model-release-diagram">
<title>FreeBSD Release Diagram</title>
<para>Chart from releng paper goes here.</para>
</foil>
-->
<foil id="freebsd-dev-model-organization">
<title>FreeBSD Development Model - The Team</title>
<itemizedlist>
<listitem>Thousands of developers around the world contribute
code to FreeBSD.</listitem>
<listitem>Only the <quote>committers</quote> have write access
to the CVS repository.</listitem>
<listitem>353 total committers in FreeBSD (includes source,
documentation, and ports committers).</listitem>
<listitem>181 active committers to src/ (excluding sys) in the last 12
months.</listitem>
<listitem>147 active committers to src/sys in the last 12
months.</listitem>
</itemizedlist>
</foil>
<foil id="freebsd-dev-model-bugs">
<title>FreeBSD Development Model - Handling Bugs</title>
<itemizedlist>
<listitem>Users and external developers do not have CVS access, they
can submit bug fixes, enhancements, or problem reports using the
GNATS database.</listitem>
<listitem>Online submission forms, <command>send-pr</command> command
installed by default on FreeBSD systems, etc.</listitem>
</itemizedlist>
</foil>
</foilgroup>