user [EMAIL PROTECTED]
usertags 381267 + ddpo
thanks

Re: Lionel Elie Mamane 2006-08-03 <[EMAIL PROTECTED]>
> http://qa.debian.org/developer.php?login=lmamane&comaint=yes says I've
> NMUed thinkpad, while what I've done is sponsor an NMU by
> [EMAIL PROTECTED]
> 
> Similarly, I have not QA-uploaded svn-arch-mirror, but sponsored a QA
> upload by Eric Wong.

Hi,

the main problem is that projectb doesn't store the Changed-By field.
The code currently only guesses "maintainer", "nmu" and "qa":

        if ($version =~ /-[^-]*\.[^-]*$/) {
                push @{$pkglist{"nmu:[EMAIL PROTECTED]"}}, $source;
        } elsif ($maint =~ /<[EMAIL PROTECTED]>/) {
                push @{$pkglist{"qa:[EMAIL PROTECTED]"}}, $source;
        } else {
                push @{$pkglist{"[EMAIL PROTECTED]"}}, $source;
        }

Furthermore, a "sponsor" upload is everything in the [EMAIL PROTECTED] list that
isn't maintained by this maintainer. (This is the ugliest part.)

I hope to get a better implementation once mole is running and able to store
such information.

Christoph
-- 
[EMAIL PROTECTED] | http://www.df7cb.de/

Attachment: signature.asc
Description: Digital signature

Reply via email to