Danek Duvall wrote:
Brock Pytlik wrote:

http://cr.opensolaris.org/~bpytlik/ips-14177-v1/

t_api_search.py:

  - line 2050: shouldn't this fail?  I'm very surprised that
    fmri.get_pkg_stem() can return something of the form

        <pub>/name/of/pkg

    as that's not something you'd ever be able to install, list, get info
    on, etc.

Danek
That's not a new change here, that index is coming from this call in attribute.py (line 99):
                               fmri_obj.get_pkg_stem(include_scheme=False)

Anarchy is True, so the publisher name is attached, but include_scheme is False so pkg:// isn't prepended.

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

Reply via email to