X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=scripts%2Fdebian%2Fdm-monitor;h=bf8e34b12275fd10c0bc442ebbe0134493b2d6ae;hb=057f401f1d911b98e4a4a5eff85235c7d5960dde;hp=87846b7009325efdbdf260f8fa9258f498953c6d;hpb=512362e173de8afe628f49832dda37228c53a52a;p=dak.git 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 <