From 4648cd873f22916947f536bf077ed73b6305af8e Mon Sep 17 00:00:00 2001 From: Michael Casadevall Date: Fri, 2 Jan 2009 18:57:15 -0500 Subject: [PATCH] Fixed dm-monitor to work on new schema Signed-off-by: Michael Casadevall --- scripts/debian/dm-monitor | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/debian/dm-monitor b/scripts/debian/dm-monitor index 87846b70..bf8e34b1 100755 --- a/scripts/debian/dm-monitor +++ b/scripts/debian/dm-monitor @@ -5,7 +5,7 @@ echo "Known debian maintainers:" psql --html projectb <' OR m.name LIKE '% <' || substring(u.uid FROM 4) || '>') - WHERE u.uid LIKE 'dm:%' AND sa.suite = 5 + WHERE u.uid LIKE '%@%' AND sa.suite = 5 ) ORDER BY uid.uid; EOF @@ -37,7 +37,7 @@ psql --html projectb <' OR m.name LIKE '% <' || substring(u.uid FROM 4) || '>') - WHERE u.uid LIKE 'dm:%' AND sa.suite = 5 + WHERE s.dm_upload_allowed = 't' ORDER BY u.uid, s.source, s.version; EOF @@ -47,7 +47,7 @@ psql --html projectb <