X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=tools%2Fgen-emails.pl;h=50584fb13c32c5d5f35373187d87ce6d5f0041f5;hb=362ea497d3c9ee5891fca772132269d809a0547a;hp=cde1dd3af0059e3558a7724f3054030b577e9546;hpb=f0bfd37e7286156598d79b53501ebe2000bb7924;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; ");