| Line 63... |
Line 63... |
| 63 |
|
63 |
|
| 64 |
DaemonsAvailable = True
|
64 |
DaemonsAvailable = True
|
| 65 |
Query_String = "SELECT * "&_
|
65 |
Query_String = "SELECT * "&_
|
| 66 |
" FROM release_config rc"&_
|
66 |
" FROM release_config rc"&_
|
| 67 |
" WHERE rc.rtag_id = "& NNrtag_id
|
67 |
" WHERE rc.rtag_id = "& NNrtag_id
|
| 68 |
Set rsTemp = OraDatabase.DbCreateDynaset( Query_String, cint(0))
|
68 |
Set rsTemp = OraDatabase.DbCreateDynaset( Query_String, cint(0))
|
| 69 |
If rsTemp.RecordCount = 0 Then
|
69 |
If rsTemp.RecordCount = 0 Then
|
| 70 |
DaemonsAvailable = False
|
70 |
DaemonsAvailable = False
|
| 71 |
End If
|
71 |
End If
|
| 72 |
|
72 |
|
| 73 |
rsTemp.Close
|
73 |
rsTemp.Close
|
| Line 183... |
Line 183... |
| 183 |
<link href="images/release_manager_style.css?ver=<%=VixVerNum%>" rel="stylesheet" type="text/css">
|
183 |
<link href="images/release_manager_style.css?ver=<%=VixVerNum%>" rel="stylesheet" type="text/css">
|
| 184 |
<script language="JavaScript" src="scripts/common.js?ver=<%=VixVerNum%>"></script>
|
184 |
<script language="JavaScript" src="scripts/common.js?ver=<%=VixVerNum%>"></script>
|
| 185 |
</head>
|
185 |
</head>
|
| 186 |
|
186 |
|
| 187 |
<body leftmargin="0" topmargin="0">
|
187 |
<body leftmargin="0" topmargin="0">
|
| 188 |
<div id='divProgressBar' class='vixSpinner' style='visibility:hidden;position:fixed'></div>
|
188 |
<div id='divProgressBar' class='vixSpinner' style='visibility:hidden;position:fixed'></div>
|
| 189 |
<table width="600px" border="0" cellspacing="0" cellpadding="5">
|
189 |
<table width="600px" border="0" cellspacing="0" cellpadding="5">
|
| 190 |
<%
|
190 |
<%
|
| 191 |
'-- FROM START --------------------------------------------------------------------------------------------------------------
|
191 |
'-- FROM START --------------------------------------------------------------------------------------------------------------
|
| 192 |
objFormComponent.FormName = "DaemonInstruction"
|
192 |
objFormComponent.FormName = "DaemonInstruction"
|
| 193 |
objFormComponent.FormClass = "form_tight"
|
193 |
objFormComponent.FormClass = "form_tight"
|
| Line 216... |
Line 216... |
| 216 |
</tr>
|
216 |
</tr>
|
| 217 |
<tr>
|
217 |
<tr>
|
| 218 |
<td class="nowrap form_align">
|
218 |
<td class="nowrap form_align">
|
| 219 |
<input type="radio" name="op_code" value="1" <%=testChecked%><%=testDisable%>> Test Build the current package.
|
219 |
<input type="radio" name="op_code" value="1" <%=testChecked%><%=testDisable%>> Test Build the current package.
|
| 220 |
<td>No new version will be created, nor will a build ripple be propagated.
|
220 |
<td>No new version will be created, nor will a build ripple be propagated.
|
| 221 |
<br>This will simply ensure that the current package can be built with<br>the current build machine configuration.
|
221 |
<br>This will simply ensure that the current package can be built with<br>the current build machine configuration.
|
| 222 |
<br>Log files and test results will be available.
|
222 |
<br>Log files and test results will be available.
|
| 223 |
</tr>
|
223 |
</tr>
|
| 224 |
</table>
|
224 |
</table>
|
| 225 |
</td>
|
225 |
</td>
|
| 226 |
<%
|
226 |
<%
|
| 227 |
Dim disableText : disableText = ""
|
227 |
Dim disableText : disableText = ""
|