From: Joerg Jaspert Date: Sat, 3 Jan 2009 00:00:14 +0000 (+0100) Subject: Merge commit 'ncomm/dm_upload_allowed' into merge X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=057f401f1d911b98e4a4a5eff85235c7d5960dde;hp=7e3643744124f575a9d7ba1e978f0d7ad05764d1;p=dak.git Merge commit 'ncomm/dm_upload_allowed' into merge * commit 'ncomm/dm_upload_allowed': Fixed dm-monitor to work on new schema Signed-off-by: Joerg Jaspert --- 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 <