mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 14:55:41 +02:00
Add maintenance builds to builder
This commit is contained in:
parent
cc0615fdb6
commit
ac5603af22
1 changed files with 13 additions and 1 deletions
|
@ -59,13 +59,25 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td align=right valign=top><img src="http://www.eclipse.org/images/Adarrow.gif" border=0 height=16 width=16></td>
|
||||
<td><b><font face="arial,helvetica,geneva" size="-1">Nightly Builds</font></b><br>
|
||||
<td><b><font face="arial,helvetica,geneva" size="-1">Nightly Builds</font></b>
|
||||
<br>
|
||||
<font size="-1" face="arial,helvetica,geneva"> Nightly builds are produced
|
||||
every night from whatever has been released into the HEAD stream of the
|
||||
CVS repository. They are completely untested and will almost always have
|
||||
major problems. Many will not work at all. These drops are normally only
|
||||
useful to developers actually working on the Eclipse Project.</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align=right valign=top><img src="http://www.eclipse.org/images/Adarrow.gif" border=0 height=16 width=16></td>
|
||||
<td><b><font face="arial,helvetica,geneva" size="-1">Maintenance Builds</font></b>
|
||||
<br>
|
||||
<font size="-1" face="arial,helvetica,geneva"> Maintenance builds are produced
|
||||
periodically to incorporate fixes into an existing release. They are typically
|
||||
built from tagged plug-in and feature pojects in a maintenance stream of the CVS
|
||||
repository (i.e. R1_0_maintenance). Maintenance builds are promoted to a minor
|
||||
or service release (i.e. R1.1 or R1.0.1) after development teams have deemed one
|
||||
to be stable following one or more test-fix pass cycles.</font></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h3> </h3>
|
||||
</body>
|
||||
|
|
Loading…
Add table
Reference in a new issue