X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=blobdiff_plain;f=scripts%2Fdebian%2Fdm-monitor;h=92a945d52646dcf850fbbae087f6f0865979d9d0;hp=bf8e34b12275fd10c0bc442ebbe0134493b2d6ae;hb=df131e0dc693a13027e4d95a0c48cc453e8bfacc;hpb=4648cd873f22916947f536bf077ed73b6305af8e diff --git a/scripts/debian/dm-monitor b/scripts/debian/dm-monitor index bf8e34b1..92a945d5 100755 --- a/scripts/debian/dm-monitor +++ b/scripts/debian/dm-monitor @@ -2,7 +2,9 @@ echo "Known debian maintainers:" -psql --html projectb <' OR - m.name LIKE '% <' || substring(u.uid FROM 4) || '>') - WHERE s.dm_upload_allowed = 't' + m.name LIKE '% <' || substring(u.uid FROM 4) || '>') + WHERE s.dm_upload_allowed = 't' GROUP BY s.source, s.version, u.uid ORDER BY u.uid, s.source, s.version; EOF echo "Source packages in the pool uploaded by debian maintainers:" -psql --html projectb <