From 512362e173de8afe628f49832dda37228c53a52a Mon Sep 17 00:00:00 2001 From: James Troup Date: Wed, 6 Feb 2008 21:59:24 +0000 Subject: [PATCH] [AJ, r=JT] add debian maintainers not able to update any packages and fix packages debian maintainers may updae --- scripts/debian/dm-monitor | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/scripts/debian/dm-monitor b/scripts/debian/dm-monitor index d4616433..87846b70 100755 --- a/scripts/debian/dm-monitor +++ b/scripts/debian/dm-monitor @@ -9,6 +9,25 @@ psql --html projectb <' OR + m.name LIKE '% <' || substring(u.uid FROM 4) || '>') + WHERE u.uid LIKE 'dm:%' AND sa.suite = 5 + ) +ORDER BY uid.uid; +EOF + echo "Packages debian maintainers may update:" psql --html projectb <') + JOIN uid u ON (m.name LIKE u.name || ' <%>' OR + m.name LIKE '% <' || substring(u.uid FROM 4) || '>') WHERE u.uid LIKE 'dm:%' AND sa.suite = 5 ORDER BY u.uid, s.source, s.version; EOF -- 2.39.2