On 06/ 2/10 01:55 PM, Ceri Davies wrote:
# pkg publisher
PUBLISHER TYPE STATUS URI
opensolaris.org <http://opensolaris.org> (preferred) origin online
http://ipkg.sfbay.sun.com/dev/
opensolaris.org <http://opensolaris.org> (preferred) origin online
http://ipkg.sfbay/dev/
opensolaris.org <http://opensolaris.org> (preferred) origin online
http://pkg.opensolaris.org/dev/
opensolaris.org <http://opensolaris.org> (preferred) origin online
http://pkg.opensolaris.org/release/

I now have four publishers under opensolaris.org
<http://opensolaris.org>, and can't delete the other 3
(can't delete preferred publisher, and they are all preferred).

The reason I wanted to do this was that the pkg image-update was not
working until I did a
pkg set-publisher -p http://ipkg.sfbay.sun.com/dev
as per Keith, but that was the fourth publisher. I would like to clean up?
pkg unset-publisher does not seem to have any options to even play with
this?

A publisher is the name or identity of a group, entity, or organisation that is providing packages.

A repository is where package data is stored.

In your particular case, you have one publisher, with four repository origins configured.

I've written a blog post that might help clarify here:
  http://blogs.sun.com/srw/entry/what_s_in_a_name

To answer your question though, I assume you're wanting to remove the additional repository origins you've specified?

In that case:

pfexec pkg set-publisher -G http://ipkg.sfbay/dev/ \
    -G http://pkg.opensolaris.org/dev/ \
    -G http://pkg.opensolaris.org/release/

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

Reply via email to