Mailing List Archive

update only api
Hi

This might be documented somewhere or just plain impossible but i
thought i'd give it a shot and ask here.

Is there any way I can:
a) only pull api related updates from the repo
or
b) pull all updates, but only compile/install the api stuff?

I realize its a longshot but i just broke my testservers trying to
install the complete latest unstable when all i really need is the
updated api stuff.

Thx in advance
Ingard

_______________________________________________
xen-api mailing list
xen-api@lists.xensource.com
http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-api
Re: update only api [ In reply to ]
On Fri, Mar 16, 2007 at 11:31:46AM +0100, Ingard Mevåg wrote:

> Hi
>
> This might be documented somewhere or just plain impossible but i
> thought i'd give it a shot and ask here.
>
> Is there any way I can:
> a) only pull api related updates from the repo
> or
> b) pull all updates, but only compile/install the api stuff?
>
> I realize its a longshot but i just broke my testservers trying to
> install the complete latest unstable when all i really need is the
> updated api stuff.

There's no way to pull just the API updates, though if all you want is a newer
Xend, then usually you can get away with rsyncing tools/python/xen into
/usr/lib/python on your test-box -- this is what I do on a day-to-day basis.

Sometimes you will need changes lower down in the stack, such as changes to
libxc, and in those cases you will need to use "make tools" and copy all the
libraries over yourself, and in rare cases you will need a new Xen, in which
case you can use "make xen" as well. Most of the time though, you can get
away with just copying Xend over.

You're on your own if you do this of course -- xen-unstable really means it,
and there are no guarantees of day-to-day compatibility. If you get weird
error messages, then rebuilding from scratch is always your best bet.

Cheers,

Ewan.

_______________________________________________
xen-api mailing list
xen-api@lists.xensource.com
http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-api