commit: 973469021eb8e60f989ff63eb9cf8aeef5f28b5c
Author: Brett A C Sheffield <bacs <AT> librecast <DOT> net>
AuthorDate: Thu Mar 5 14:51:50 2026 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 9 12:08:49 2026 +0000
URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=97346902
dormant-projects: filter projects with subprojects
Projects like ComRel which have subprojects with members should not
appear in this list.
Signed-off-by: Brett A C Sheffield <bacs <AT> librecast.net>
Signed-off-by: Sam James <sam <AT> gentoo.org>
dormant-projects.xsl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dormant-projects.xsl b/dormant-projects.xsl
index 1d1304e..e3e49e1 100644
--- a/dormant-projects.xsl
+++ b/dormant-projects.xsl
@@ -24,7 +24,7 @@
<th>Bugs</th>
<th>Description</th>
</tr>
- <xsl:apply-templates
select="projects/project[not(member)]"/>
+ <xsl:apply-templates
select="projects/project[not(member) and not(subproject)]"/>
</table>
</body>
</html>