X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=tools%2Fgen-emails.pl;h=50584fb13c32c5d5f35373187d87ce6d5f0041f5;hb=6aa926a257c755fc75b394d9d0a7273faf994a2d;hp=cde1dd3af0059e3558a7724f3054030b577e9546;hpb=153ecd142ee2ebe6e98d7e0ca3353ccc46fffe58;p=dak.git diff --git a/tools/gen-emails.pl b/tools/gen-emails.pl index cde1dd3a..50584fb1 100755 --- a/tools/gen-emails.pl +++ b/tools/gen-emails.pl @@ -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; ");