Subversion Repositories DevTools

Rev

Rev 6267 | Rev 6548 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6267 Rev 6268
Line 160... Line 160...
160
                              Dim currentRunLevel
160
                              Dim currentRunLevel
161
                              Dim daemonState
161
                              Dim daemonState
162
                              Dim delta
162
                              Dim delta
163
                              Dim pkgId
163
                              Dim pkgId
164
                              Dim bActive : bActive = rsQry("active")
164
                              Dim bActive : bActive = rsQry("active")
-
 
165
                              If bActive = "N" Then bInactiveMachine = true
165
 
166
 
166
                              ' For this release configuration, get its entry from the run_level table. This table may not
167
                              ' For this release configuration, get its entry from the run_level table. This table may not
167
                              ' have an entry so we must handle that outcome too.
168
                              ' have an entry so we must handle that outcome too.
168
                              query_string = " select rl.pause, rl.current_run_level, rl.current_pkg_id_being_built, "&_
169
                              query_string = " select rl.pause, rl.current_run_level, rl.current_pkg_id_being_built, "&_
169
                                             "        TRUNC (86400*(SYSDATE - rl.KEEP_ALIVE)) as delta" &_
170
                                             "        TRUNC (86400*(SYSDATE - rl.KEEP_ALIVE)) as delta" &_
Line 392... Line 393...
392
                              BuildStart = DateAdd("s", buildDuration, BuildStart)
393
                              BuildStart = DateAdd("s", buildDuration, BuildStart)
393
                              %>
394
                              %>
394
                              <tr>
395
                              <tr>
395
 
396
 
396
                                 <td align="left" valign="top" class="body_txt">
397
                                 <td align="left" valign="top" class="body_txt">
397
                                    <%=Get_Package_Name(rsQry("PKG_NAME"), parRtagId, rsQry("PV_ID"))%>
398
                                    <%=Get_Package_Name(rsQry("PKG_NAME"), parRtagId, rsQry("PV_ID"), "Y")%>
398
                                 </td>
399
                                 </td>
399
                                 <td align="left" valign="top" class="body_txt">
400
                                 <td align="left" valign="top" class="body_txt">
400
                                    <%=rsQry("PKG_VERSION")%>
401
                                    <%=rsQry("PKG_VERSION")%>
401
                                 </td>
402
                                 </td>
402
                                 <td align="left" valign="top" class="body_txt">
403
                                 <td align="left" valign="top" class="body_txt">