Brock Pytlik wrote:
I'll take *never* over always. If we have a bug with preferred auths not

Then users could never switch from dev/ to release/ if they were separate publishers (as they are on many systems).

getting demarked correctly, let's fix that issue. I haven't heard that

I'm fixing that issue as part of bug 8613 :)

See:

http://cr.opensolaris.org/~swalker/pkg-8613-2/src/modules/client/image.py.wdiff.html

...lines 1049-1056.

we had a bug as your describing, can you point me to a bug number?

The bug with preferred auths is what allows this to work:

pkg set-publisher -p test1
pkg install [email protected] (installs pkg://test1/[email protected])
pkg set-publisher -p test2
pkg image-update (upgrades to pkg://test2/[email protected])

...and that's because FMRIs for the preferred publisher are always passed to make_install_plan from plan_update_all without publisher information, allowing *any* publisher's package to be matched.

When I fix the preferred publisher bug, then the above no longer works.

I didn't file a separate bug for the preferred auths thing as that's at the heart of bug 8613.

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

Reply via email to