On Mon, Mar 08, 2010 at 11:54:47PM -0600, Shawn Walker wrote:
>   12123 pkg.server.catalog and pkg.updatelog should be removed or trimmed
>   15087 catalog serialization makes excessive calls to write
> 
> webrev:
> http://cr.opensolaris.org/~swalker/pkg-cat/

catalog.py:

  - lines 119/120: Can this be in default arguments to _dump instead of
    cls=None?
    
  - Does it save us time to incrementally update the sha_1 hash by
    calling update() instead of generating it in one pass when the file
    is written, or is this to cope with the case where the file is
    written incrementally?

Love the deletes from updatelog and server/catalog.

-j
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to