116 lines
6.1 KiB
HTML
116 lines
6.1 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
"http://www.w3.org/TR/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml"
|
|
xmlns:py="http://genshi.edgewall.org/"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<head>
|
|
<META http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
|
<link rel="stylesheet" type="text/css" media="all"
|
|
href="//fedoraproject.org/static/css/fedora.css" />
|
|
<style type="text/css">
|
|
#content
|
|
{
|
|
margin-left: 2ex!important;
|
|
}
|
|
|
|
td, th
|
|
{
|
|
border: none!important;
|
|
padding: 0.5ex 2ex!important;
|
|
}
|
|
|
|
</style>
|
|
|
|
<title>Cached Package Review Tracker</title>
|
|
</head>
|
|
<body>
|
|
<div id="wrapper">
|
|
<div id="head">
|
|
<h1><a href="https://fedoraproject.org/index.html">Fedora</a></h1>
|
|
</div>
|
|
<div id="content">
|
|
<h2>Cached Package Review Tracker</h2>
|
|
These pages contain periodically generated reports with information on the
|
|
current state of all Fedora package review tickets. The following reports are
|
|
available:
|
|
|
|
<table>
|
|
<tr><td style="white-space: nowrap"><a href="TRIVIAL.html">Trivial tickets</a> ($trivial)</td>
|
|
<td>All review tickets marked as trivial. New reviewers should look here for simple packages to review.</td></tr>
|
|
<tr><td style="white-space: nowrap"><a href="NEW.html">New tickets</a> ($new)</td>
|
|
<td>All review tickets without an assigned reviewer, sorted by submission date. Tickets colored green require a sponsor.</td></tr>
|
|
<tr><td style="white-space: nowrap"><a href="EPEL.html">New EPEL tickets</a> ($epel)</td>
|
|
<td>All EPEL review tickets without an assigned reviewer, sorted by submission date. Tickets colored green require a sponsor.</td></tr>
|
|
<tr><td style="white-space: nowrap"><a href="NEEDSPONSOR.html">Needsponsor tickets</a> ($needsponsor)</td>
|
|
<td>All review tickets where a sponsor is required, sorted by reporter. Please see <a href="https://fedoraproject.org/wiki/How_to_get_sponsored_into_the_packager_group#Sponsorship_model">this page</a> for more information on sponsorship.</td></tr>
|
|
<tr><td style="white-space: nowrap"><a href="HIDDEN.html">Hidden tickets</a> ($hidden)</td>
|
|
<td>Tickets which have been hidden for some reason. These tickets either depend on other review tickets which have not yet been closed, or are unreviewable for some reason. See <a href="https://fedoraproject.org/wiki/Package_Review_Process#Special_blocker_tickets">this page</a> for more information on the various states a review ticket can have.</td></tr>
|
|
<tr><td style="white-space: nowrap"><a href="REVIEW.html">Tickets under review</a> ($review)</td>
|
|
<td>All tickets currently under review.</td></tr>
|
|
</table>
|
|
Last updated: ${update}, query time: ${'{0:0.3f}'.format(querytime)}s, output time: ${'{0:0.3f}'.format(outputtime)}s, version: ${version}.
|
|
<br/>
|
|
<h2>Quick Review Search</h2>
|
|
<form name="packageformform" action="https://bugzilla.redhat.com/buglist.cgi" method="get"
|
|
onsubmit="if (this.short_desc.value == '')
|
|
{ alert('Please enter a search term.');
|
|
return false; } return true;">
|
|
<div>
|
|
<p>Enter a source package name to search for any relevant review tickets</p>
|
|
<input type="text" id="short_desc" name="short_desc"/>
|
|
<input type="hidden" id="short_desc_type" name="short_desc_type" value="allwordssubstr"/>
|
|
<input type="hidden" id="component" name="component" multiple="multiple" value="Package Review"/>
|
|
<input id="Search" type="submit" value="Search"/>
|
|
<input type="hidden" id="query_format" name="query_format" value="advanced"/>
|
|
</div>
|
|
</form>
|
|
|
|
<form name="submittedform" action="https://bugzilla.redhat.com/buglist.cgi" method="get"
|
|
onsubmit="if (this.email1.value == '')
|
|
{ alert('Please enter a search term.');
|
|
return false; } return true;">
|
|
<div>
|
|
<p>Enter an email address to search for reviews they submitted</p>
|
|
<input type="text" id="email1" name="email1"/>
|
|
<input type="hidden" id="emailreporter1" name="emailreporter1" value="1"/>
|
|
<input type="hidden" id="emailtype1" name="emailtype1" value="substring"/>
|
|
<input type="hidden" id="component" name="component" multiple="multiple" value="Package Review"/>
|
|
<input type="hidden" id="query_format" name="query_format" value="advanced"/>
|
|
<input id="Search" type="submit" value="Search"/>
|
|
</div>
|
|
</form>
|
|
|
|
<form name="reviewedform" action="https://bugzilla.redhat.com/buglist.cgi" method="get"
|
|
onsubmit="if (this.email1.value == '')
|
|
{ alert('Please enter a search term.');
|
|
return false; } return true;">
|
|
<div>
|
|
<p>Enter an email address to search for packages they reviewed</p>
|
|
<input type="text" id="email1" name="email1"/>
|
|
<input type="hidden" id="emailassigned_to1" name="emailassigned_to1" value="1"/>
|
|
<input type="hidden" id="emailtype1" name="emailtype1" value="substring"/>
|
|
<input type="hidden" id="component" name="component" multiple="multiple" value="Package Review"/>
|
|
<input type="hidden" id="query_format" name="query_format" value="advanced"/>
|
|
<input id="Search" type="submit" value="Search"/>
|
|
</div>
|
|
</form>
|
|
|
|
<form name="commentedform" action="https://bugzilla.redhat.com/buglist.cgi" method="get"
|
|
onsubmit="if (this.email1.value == '')
|
|
{ alert('Please enter a search term.');
|
|
return false; } return true;">
|
|
<div>
|
|
<p>Enter an email address to search for reviews on which they commented</p>
|
|
<input type="text" id="email1" name="email1"/>
|
|
<input type="hidden" id="emaillongdesc1" name="emaillongdesc1" value="1"/>
|
|
<input type="hidden" id="emailtype1" name="emailtype1" value="substring"/>
|
|
<input type="hidden" id="component" name="component" multiple="multiple" value="Package Review"/>
|
|
<input type="hidden" id="query_format" name="query_format" value="advanced"/>
|
|
<input id="Search" type="submit" value="Search"/>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
<xi:include href="bottom.html" />
|
|
</body>
|
|
</html>
|