Is there a way to query a repository for its set of publishers?

                    -JZ

On 07/22/10 12:04, Shawn Walker wrote:
> On 07/22/10 11:00 AM, Michael Corcoran wrote:
> ...
>> Since some of us may not know how to use the file:// based repositories,
>> can you give an example of how you upgrade a system to your development
>> bits using file://
>>
>> I'm assuming instead of onu -d <path> you would use something like pkg
>> install file://<path>/<pkg>
>> and basically you'd have to supply all of the packages which you have
>> modified in order to test your new bits.
>
> No. To the end-user, the only difference between using a
> filesystem-based repository instead of a network-based one is the
> location. All other functionality remains the same.
>
> So:
>
> pkg image-create -p file:/path/to/repo /tmp/image
> pkg install foo bar baz
>
> vs.
>
> pkg image-create -p http://myrepository /tmp/image
> pkg install foo bar baz
>
> -Shawn 
_______________________________________________
on-discuss mailing list
on-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/on-discuss

Reply via email to