[Reproducible-builds] Suggestion: sort packages in rb.d.n in single issue pages by bugs/no bugs

Mattia Rizzolo mattia at mapreri.org
Sat Jul 4 19:03:51 UTC 2015


On Tue, Jun 30, 2015 at 05:53:12PM +0200, Dhole wrote:
> This afternoon I was commenting on the channel that I'd find it useful
> if the list of packages in rb.d.n could be split into the ones that
> already have a submitted patch and the ones that don't. I'd find this
> useful when looking for new packages to patch, hopefully it can be
> useful to others.
> 
> Mapreri offered himself to take a look at it, this mail is also a
> reminder for him as well :)


yay, that turned out to be as easy as

-            for pkg in pkgs:
+            for pkg in sorted(pkgs, key=lambda x: x in bugs):

unexpected :)

Pending deploy.


-- 
regards,
                        Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540         .''`.
more about me:  http://mapreri.org                                 : :'  :
Launchpad user: https://launchpad.net/~mapreri                     `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia     `-
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/reproducible-builds/attachments/20150704/132e2825/attachment.sig>


More information about the Reproducible-builds mailing list