]> git.decadent.org.uk Git - dak.git/blobdiff - tools/gen-emails.pl
LOCAL: Remove replay check
[dak.git] / tools / gen-emails.pl
index cde1dd3af0059e3558a7724f3054030b577e9546..50584fb13c32c5d5f35373187d87ce6d5f0041f5 100755 (executable)
@@ -36,7 +36,7 @@ my $sth = $dbh->prepare( "
                maintainer
        WHERE   source.id = source_suite.src
        AND     source.changedby = maintainer.id
-       AND     ( suite_name = 'lenny-backports' or suite_name = 'squeeze-backports' )
+       AND     ( suite_name = 'squeeze-backports' )
        GROUP BY source.source,maintainer.name;
 ");