From: Michael Casadevall Date: Fri, 2 Jan 2009 23:57:15 +0000 (-0500) Subject: Fixed dm-monitor to work on new schema X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=4648cd873f22916947f536bf077ed73b6305af8e Fixed dm-monitor to work on new schema Signed-off-by: Michael Casadevall --- 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 <