Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 28664ead5aec936110baae2f2dae6bf5b34d116a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML>

<HEAD>
<TITLE>Release Engineer's Guide (CDO Release Engineering Documentation)</TITLE>

<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">

<SCRIPT type="text/javascript">
function windowTitle()
{
    if (location.href.indexOf('is-external=true') == -1) {
        parent.document.title="Release Engineer's Guide (CDO Release Engineering Documentation)";
    }
}
</SCRIPT>
<NOSCRIPT></NOSCRIPT>
</HEAD>

<BODY BGCOLOR="white" onload="windowTitle();">
<!-- <div class="help_breadcrumbs"><a href="../Overview.html" title="CDO Release Engineering Documentation">CDO Release Engineering Documentation</a></div>
 -->
<h1>Release Engineer's Guide</h1>
<p>
<table border="0">
<tr><td><img src="../../images/category.gif"/>&nbsp;</td><td colspan="4"><a href="provisioning/index.html" title="Category in CDO Release Engineering Documentation">Provisioning</a></td></tr>
<tr><td/><td><img src="../../images/article.gif"/>&nbsp;</td><td colspan="3"><a href="provisioning/Buckminster.html" title="Article in CDO Release Engineering Documentation">Using Buckminster</a></td></tr>
<tr><td/><td><img src="../../images/article.gif"/>&nbsp;</td><td colspan="3"><a href="provisioning/RelengComponent.html" title="Article in CDO Release Engineering Documentation">Maintaining the Releng Component</a></td></tr>
<tr><td><img src="../../images/category.gif"/>&nbsp;</td><td colspan="4"><a href="versioning/index.html" title="Category in CDO Release Engineering Documentation">Versioning</a></td></tr>
<tr><td/><td><img src="../../images/article.gif"/>&nbsp;</td><td colspan="3"><a href="versioning/Understanding.html" title="Article in CDO Release Engineering Documentation">Understanding Versions</a></td></tr>
<tr><td/><td><img src="../../images/article.gif"/>&nbsp;</td><td colspan="3"><a href="versioning/APITools.html" title="Article in CDO Release Engineering Documentation">Using API Tools</a></td></tr>
<tr><td/><td><img src="../../images/article.gif"/>&nbsp;</td><td colspan="3"><a href="versioning/CDOVersionTools.html" title="Article in CDO Release Engineering Documentation">Using the CDO Version Tools</a></td></tr>
<tr><td><img src="../../images/category.gif"/>&nbsp;</td><td colspan="4"><a href="building/index.html" title="Category in CDO Release Engineering Documentation">Building</a></td></tr>
<tr><td/><td><img src="../../images/article.gif"/>&nbsp;</td><td colspan="3"><a href="building/OnHudson.html" title="Article in CDO Release Engineering Documentation">Building on Hudson</a></td></tr>
<tr><td/><td><img src="../../images/article.gif"/>&nbsp;</td><td colspan="3"><a href="building/Locally.html" title="Article in CDO Release Engineering Documentation">Building Locally</a></td></tr>
<tr><td><img src="../../images/category.gif"/>&nbsp;</td><td colspan="4"><a href="promoting/index.html" title="Category in CDO Release Engineering Documentation">Promoting</a></td></tr>
<tr><td/><td><img src="../../images/article.gif"/>&nbsp;</td><td colspan="3"><a href="promoting/Understanding.html" title="Article in CDO Release Engineering Documentation">Understanding the Promotion Service</a></td></tr>
<tr><td/><td><img src="../../images/article.gif"/>&nbsp;</td><td colspan="3"><a href="promoting/Extending.html" title="Article in CDO Release Engineering Documentation">Extending the Promotion Service</a></td></tr>
</table>
</p>


<HR>
<i>Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.</i>
</BODY>
</HTML>

Back to the top