Subversion Repositories DevTools

Rev

Rev 5339 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
119 ghuddy 1
<html>
2
<head>
3
<title>Release Manager - HELP</title>
4
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
5
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6
<!-- The xtree script file -->
7
<script src="../images/xtree.js"></script>
8
 
9
<script language="JavaScript">
10
<!--
11
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
12
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
13
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
14
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
15
}
16
MM_reloadPage(true);
17
// -->
18
</script>
19
<link rel="stylesheet" href="../images/release_manager_style.css" type="text/css">
20
<link type="text/css" rel="stylesheet" href="../images/xtree.css">
21
</head>
22
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0">
23
<table width="100%" border="0" cellspacing="0" cellpadding="0">
24
  <tr> 
25
    <td><img src="../images/b_release_manager_small.jpg" width="300" height="32"></td>
26
  </tr>
27
  <tr>
5339 dpurdie 28
    <td bgcolor="#000000"><img src="../images/h_trsp_dot.gif" width="1" height="1"></td>
119 ghuddy 29
  </tr>
30
</table>
31
<div style="position: absolute; width: 200; top: 40; left: 0px; height: 470; padding: 5px; overflow: auto;"> 
32
  <!-- js file containing the tree content, edit this file to alter the menu,
33
     the menu will be inserted where this tag is located in the document -->
34
  <script src="../images/tree.js"></script>
35
</div>
36
<div id="Layer1" style="position:absolute; left:200; top:33px; z-index:1; height:100%"> 
37
  <table width="600" border="0" cellspacing="0" cellpadding="0">
38
    <tr> 
39
      <td bgcolor="#000000" width="1"><img src="../images/h_trsp_dot.gif" width="1" height="1"></td>
40
      <td width="1"><img src="../images/h_trsp_dot.gif" width="10" height="475"></td>
41
      <td valign="top"> <br>
42
        <table width="100%" border="0" cellspacing="0" cellpadding="4">
43
          <tr> 
44
            <td class="help_ttl" background="../images/bg_form_lightbluedark.gif">Icons</td>
45
          </tr>
46
        </table>
47
        <p class="help_txt">Following icons are used in describing the status 
48
          of the package.</p>
49
        <table width="100" border="0" cellspacing="1" cellpadding="2">
50
          <tr> 
51
            <td align="center" valign="top" background="../images/bg_form_lightgray.gif"><img src="../images/s_gear.gif" width="19" height="17" hspace="5"></td>
52
            <td class="help_txt" nowrap background="../images/bg_form_lightgray.gif"><b>Package 
53
              OK - building in process</b><br>
54
              Dependencies for this package are OK,<br>
55
              but it has not been officially released, hence it is considered 
56
              to be in building process.<br> 
57
              Use &quot;Make Official&quot; button when building process is over.</td>
58
          </tr>
59
          <tr> 
60
            <td align="center" valign="top" background="../images/bg_form_lightgray.gif"><img src="../images/s_update_warning.gif" width="19" height="17" hspace="5"></td>
61
            <td class="help_txt" nowrap background="../images/bg_form_lightgray.gif"><b>Ready 
62
              to Build</b><br>
63
              All dependencies for this package have been updated with minor version 
64
              change. <br>
65
              Also this package may depend on &quot;Not Found&quot; package.<br> 
66
              Resolve problems in &quot;Dependency&quot; tab. </td>
67
          </tr>
68
          <tr> 
69
            <td align="center" valign="top" background="../images/bg_form_lightgray.gif"><img src="../images/s_update_critical.gif" width="19" height="17" hspace="5"></td>
70
            <td class="help_txt" nowrap background="../images/bg_form_lightgray.gif"><b>Ready 
71
              to Build</b><br>
72
              All dependencies for this package have been updated <br>
73
              with at least one package which have other then minor version change. 
74
              (e.g. major, middle version, etc.).<br> 
75
              Resolve problems in &quot;Dependency&quot; tab. </td>
76
          </tr>
77
          <tr>
78
            <td align="center" valign="top" background="../images/bg_form_lightgray.gif"><img src="../images/s_patch_available.gif" width="19" height="17" hspace="5"></td>
79
            <td valign="top" nowrap background="../images/bg_form_lightgray.gif" class="help_txt"><b>New Patch is Required </b><br>
80
    This package requires a new patch.<br> 
81
    Click on Add Patch button in Patches tab to see what dependencies should this new patch include. </td>
82
          </tr>
83
          <tr> 
84
            <td align="center" valign="top" background="../images/bg_form_lightgray.gif"><img src="../images/s_warning.gif" width="19" height="17" hspace="5"></td>
85
            <td class="help_txt" nowrap background="../images/bg_form_lightgray.gif"><b>NOT 
86
              Ready to Build</b><br>
87
              This package depends on packages which still need to be build,<br>
88
              but down the build tree, these packages have only minor version 
89
              change. <br>
90
              Resolve this problem by fixing the dependencies first. </td>
91
          </tr>
92
          <tr> 
93
            <td align="center" valign="top" background="../images/bg_form_lightgray.gif"><img src="../images/s_critical.gif" width="19" height="17" hspace="5"></td>
94
            <td class="help_txt" nowrap background="../images/bg_form_lightgray.gif"><b>NOT 
95
              Ready to Build</b><br>
96
              This package depends on packages which still need to be build,<br>
97
              but down the build tree, these packages have other then minor version 
98
              change (e.g. major, middle version, etc.).<br>  
99
              Resolve this problem by fixing the dependencies first.</td>
100
          </tr>
101
          <tr> 
102
            <td align="center" valign="top" background="../images/bg_form_lightgray.gif"><img src="../images/s_not_found.gif" width="19" height="17" hspace="5"></td>
103
            <td class="help_txt" nowrap background="../images/bg_form_lightgray.gif"><b>Not 
104
              Found</b><br>
105
              This package in not found in current release. You need to add this 
106
              package.<br>
107
              Add package to the release to resolve this problem. </td>
108
          </tr>
109
          <tr>
110
            <td align="center" valign="top" background="../images/bg_form_lightgray.gif"><img src="../images/s_ignoring.gif" width="15" height="15" hspace="5"></td>
111
            <td class="help_txt" nowrap background="../images/bg_form_lightgray.gif"><b>Ignored Dependency Warnings</b><br>
112
    This dependency has been ignored with &quot;Ignore Warnings&quot; feature forcing the dependency to &quot;Package OK&quot; state</td>
113
          </tr>
114
          <tr> 
115
            <td align="center" valign="top" background="../images/bg_form_lightgray.gif"><img src="../images/s_patch_ignoring.gif" width="19" height="17" hspace="5"></td>
116
            <td valign="top" nowrap background="../images/bg_form_lightgray.gif" class="help_txt"><b>Latest Version Included In a Patch </b><br>
117
              Latest versions for build dependencies are resolved by one of the patches in this package. Click on Patches tab to see which one. </td>
118
          </tr>
119
          <tr> 
120
            <td align="center" valign="top" background="../images/bg_form_lightgray.gif"><img src="../images/i_locked.gif" width="7" height="10" hspace="5"></td>
121
            <td class="help_txt" nowrap background="../images/bg_form_lightgray.gif"><b>Package 
122
              Released </b><br> </td>
123
          </tr>
124
        </table>
125
        <p class="help_txt"><br>
126
          <br>
127
        </p>
128
        <p class="help_txt">&nbsp;</p>
129
        <p class="help_txt">&nbsp;</p>
130
      </td>
131
    </tr>
132
  </table>
133
</div>
134
</body>
135
</html>