mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 14:15:28 +00:00
1ce159c1c9
This is based on recent developments on patch checker and the goal is to keep a list of pending patches needing review on the project web site. The page template in git just holds a pointer to the web page.
13 lines
395 B
HTML
13 lines
395 B
HTML
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<title>Pending patches needing review</title>
|
|
</head>
|
|
<body>
|
|
<h1>Pending patches needing review</h1>
|
|
<p> A list of pending patches needing review upstream is available
|
|
on <a href="http://libvirt.org/pending.html">the project pending
|
|
patches page</a>.</p>
|
|
</body>
|
|
</html>
|