Subversion Repositories DevTools

Rev

Rev 4703 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4703 Rev 4705
Line 188... Line 188...
188
                Response.write "<img src='icons/i_build_exclusion.gif' width='19' height='17' border='0' title='Package excluded from build." & "&#13;" & "Click to view details." &"' onClick=""location.href='build_status.asp?rtag_id=" & irtag_id & "';"" >"
188
                Response.write "<img src='icons/i_build_exclusion.gif' width='19' height='17' border='0' title='Package excluded from build." & "&#13;" & "Click to view details." &"' onClick=""location.href='build_status.asp?rtag_id=" & irtag_id & "';"" >"
189
                Response.write "</td>"
189
                Response.write "</td>"
190
            End If
190
            End If
191
 
191
 
192
            ' Warn if the package is not in the package archive
192
            ' Warn if the package is not in the package archive
-
 
193
            ' ----NOTE: Does not work as expected. Access to dpkg_arhive requires authenticated user
193
            If (pkgInfoHash.Item ("dlocked") = "Y") OR (pkgInfoHash.Item ("dlocked") = "P") Then
194
            'If (pkgInfoHash.Item ("dlocked") = "Y") OR (pkgInfoHash.Item ("dlocked") = "P") Then
194
                Dim fso
195
            '    Dim fso
195
                Set fso = server.createObject("Scripting.FileSystemObject")
196
            '    Set fso = server.createObject("Scripting.FileSystemObject")
196
                If NOT fso.FolderExists(dpkg_archiveRoot & "\" & pkgInfoHash.Item ("pkg_name") & "\" & pkgInfoHash.Item ("pkg_version")) Then
197
            '    If NOT fso.FolderExists(dpkg_archiveRoot & "\" & pkgInfoHash.Item ("pkg_name") & "\" & pkgInfoHash.Item ("pkg_version")) Then
197
                    Response.write "<td>"
198
            '        Response.write "<td>"
198
                    Response.write enum_imgNotInArchive
199
            '        Response.write enum_imgNotInArchive
199
                    Response.write "</td>"
200
            '        Response.write "</td>"
200
                End If
201
            '    End If
201
            End If
202
            'End If
202
 
203
 
203
            Response.write "</tr>"
204
            Response.write "</tr>"
204
            Response.write "</table>"
205
            Response.write "</table>"
205
 
206
 
206
         End If
207
         End If