Subversion Repositories DevTools

Rev

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

Rev 6786 Rev 6873
Line 324... Line 324...
324
                                "   run_level rl," &_
324
                                "   run_level rl," &_
325
                                "   packages pk," &_
325
                                "   packages pk," &_
326
                                "   package_versions pv" &_
326
                                "   package_versions pv" &_
327
                                " WHERE rc.rtag_id     = " & parRtagId &_
327
                                " WHERE rc.rtag_id     = " & parRtagId &_
328
                                "  AND gm.gbe_id        = rc.gbe_id" &_
328
                                "  AND gm.gbe_id        = rc.gbe_id" &_
329
                                "  AND rl.rcon_id       = rc.rcon_id" &_
329
                                "  AND rl.rcon_id(+)    = rc.rcon_id" &_
330
                                "  AND rc.bmcon_id      =bm.bmcon_id(+)" &_
330
                                "  AND rc.bmcon_id      =bm.bmcon_id(+)" &_
331
                                "  AND pk.pkg_id(+)     = rl.current_pkg_id_being_built" &_
331
                                "  AND pk.pkg_id(+)     = rl.current_pkg_id_being_built" &_
332
                                "  AND rl.current_pv_id = pv.pv_id(+)" &_
332
                                "  AND rl.current_pv_id = pv.pv_id(+)" &_
333
                                " ORDER BY bm.display_name, rc.rcon_id"
333
                                " ORDER BY bm.display_name, rc.rcon_id"
334
 
334
 
Line 448... Line 448...
448
<!-- Daemon Instructions Display -->
448
<!-- Daemon Instructions Display -->
449
<table class="embedded_table" style="margin-bottom:10px">
449
<table class="embedded_table" style="margin-bottom:10px">
450
    <tr>
450
    <tr>
451
        <td>
451
        <td>
452
            <table class="rounded_box embedded_table">
452
            <table class="rounded_box embedded_table">
453
                <caption nowrap class="form_ttl tleft">DAEMON INSTRUCTIONS FOR THIS RELEASE</caption>
453
                <caption nowrap>DAEMON INSTRUCTIONS FOR THIS RELEASE</caption>
454
                <tr>
454
                <tr>
455
                    <td>
455
                    <td>
456
                        <div class='round_box_pad'>
456
                        <div class='round_box_pad'>
457
                            <table width="100%" border="0" cellspacing="2" cellpadding="0">
457
                            <table width="100%" border="0" cellspacing="2" cellpadding="0">
458
                               <tr>
458
                               <tr>