From: Joerg Jaspert Date: Sat, 3 Jan 2009 00:13:45 +0000 (+0100) Subject: dm-monitor X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=359a85fc6b746046c5f23109d7df3d251809b5a5 dm-monitor fixup the "Packages DM may update" listing a little. Signed-off-by: Joerg Jaspert --- diff --git a/scripts/debian/dm-monitor b/scripts/debian/dm-monitor index bf8e34b1..93e36472 100755 --- a/scripts/debian/dm-monitor +++ b/scripts/debian/dm-monitor @@ -31,13 +31,13 @@ EOF echo "Packages debian maintainers may update:" 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