Author: adam-guest
Date: 2008-02-20 19:53:57 +0000 (Wed, 20 Feb 2008)
New Revision: 1034
Modified:
trunk/scripts/tagpending.pl
Log:
Fix wnpp tag check
Modified: trunk/scripts/tagpending.pl
===================================================================
--- trunk/scripts/tagpending.pl 2008-02-20 10:24:23 UTC (rev 1033)
+++ trunk/scripts/tagpending.pl 2008-02-20 19:53:57 UTC (rev 1034)
@@ -208,7 +208,7 @@
if ($opt_wnpp) {
my $status = Devscripts::Debbugs::status($bug);
if ($status->{$bug}->{package} eq 'wnpp') {
- if (!$status->{$bug}->{tags} =~ /pending/) {
+ if ($status->{$bug}->{tags} !~ /pending/) {
print "wnpp needs tag\n" if $opt_verbose;
push (@wnpp_to_tag, $bug);
} else {
--
To unsubscribe, send mail to [EMAIL PROTECTED]