Subversion Repositories DevTools

Rev

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

Rev 5957 Rev 6176
Line 212... Line 212...
212
                Response.write "</td>"
212
                Response.write "</td>"
213
            End If
213
            End If
214
 
214
 
215
            ' Warn if the package is not in the package archive
215
            ' Warn if the package is not in the package archive
216
            ' Use http access for package test as this does not require AD authentication
216
            ' Use http access for package test as this does not require AD authentication
217
             If (pkgInfoHash.Item ("dlocked") = "Y") Then
217
             If (pkgInfoHash.Item ("dlocked") = "Y") OR pkgInfoHash.Item("build_type") = "M" Then
218
                 If NOT testArchiveAccessPkg(pkgInfoHash.Item ("pkg_name"), pkgInfoHash.Item ("pkg_version")) Then
218
                 If NOT pkgInfoHash.Item ("isInArchive") Then
219
                     Response.write "<td>"
219
                     Response.write "<td>"
220
                     Response.write enum_imgNotInArchive
220
                     Response.write enum_imgNotInArchive
221
                     Response.write "</td>"
221
                     Response.write "</td>"
222
                 End If
222
                 End If
223
             End If
223
             End If