On 04/17/12 14:40, Shawn Walker wrote:
On 04/17/12 14:02, Brock Pytlik wrote:
Webrev:
https://cr.opensolaris.org/action/browse/pkg/bpytlik/7157272-v1

Bug:
7157272 publisher signature properties are not properly propagated

src/modules/client/imageconfig.py:
  line 1037: not this changeset, but: s/retuns/returns/
sure

src/modules/p5s.py:
  lines 102, 105, 139, 144, 235, 239: nit: None is the default for
    get() if no entry exists, so isn't necessary to specify; I realise
    some of the other code here does that, so you could either fix
    those or just fix the ones added so we're not any worse off
I'll change the ones I've added. Pointless churn seems, well, pointless.

  lines 103, 106: on 140, 145, is says "is not None" but here it simply
    checks for "is True"; is that intentional?

That 140,145 check for is not None is definitely intentional. If the properties were set, then we want to use them. As for the other ones, I'm happy to change them to is not None if you'd prefer.
  line 257: why not simply "if not req_names"?

No particular reason, I'll change it.

Brock
-Shawn

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

Reply via email to