On 04/18/12 16:23, Brock Pytlik wrote:
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.

That's why I said you could just fix the ones added, so thanks for that.


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.

I have no preference, but I only asked because of the inconsistency.

It's up to you.

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

Reply via email to