88 lines
4.6 KiB
HTML
88 lines
4.6 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="http://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="http://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="NEW.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 non-merge 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="MERGE.html">Merge review tickets</a> ($merge)</td>
|
|
<td>All merge review tickets. Please see <a href="https://fedoraproject.org/wiki/Merge_Reviews">this page</a> for more information on merge reviews.</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="queryform" action="http://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>
|
|
</div>
|
|
</div>
|
|
<div id="bottom">
|
|
<div id="footer">
|
|
<p class="copy">
|
|
© 2010 Red Hat, Inc. and others.
|
|
Please send any comments or corrections to the <a href="mailto:webmaster@fedoraproject.org">websites team</a>.
|
|
</p>
|
|
<p class="disclaimer">
|
|
The Fedora Project is maintained and driven by the community and sponsored by Red Hat. This is a community maintained site. Red Hat is not responsible for content.
|
|
</p>
|
|
|
|
<ul>
|
|
<li class="first"><a href="http://fedoraproject.org/wiki/Legal:Main">Legal</a></li>
|
|
<li><a href="http://fedoraproject.org/wiki/Legal:Trademark_guidelines">Trademark Guidelines</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|