From: James Troup Date: Wed, 6 Feb 2008 21:59:24 +0000 (+0000) Subject: [AJ, r=JT] add debian maintainers not able to update any packages and fix packages... X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=512362e173de8afe628f49832dda37228c53a52a;hp=-c;p=dak.git [AJ, r=JT] add debian maintainers not able to update any packages and fix packages debian maintainers may updae --- 512362e173de8afe628f49832dda37228c53a52a 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