All of lore.kernel.org
 help / color / mirror / Atom feed
* ANNOUNCE: Xen 3.1.2 released!
@ 2007-11-14 23:49 Keir Fraser
  2007-11-15 12:13 ` Guillaume Rousse
  0 siblings, 1 reply; 7+ messages in thread
From: Keir Fraser @ 2007-11-14 23:49 UTC (permalink / raw)
  To: xen-users@lists.xensource.com, xen-devel, xen-announce

I'm pleased to announce the availability of Xen 3.1.2 -- a bugfix release in
the Xen 3.1 series.

The source repository is available using mercurial from:
 http://xenbits.xensource.com/xen-3.1-testing.hg

Thanks to everyone who has contributed!

 Regards,
 Keir

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: ANNOUNCE: Xen 3.1.2 released!
  2007-11-14 23:49 ANNOUNCE: Xen 3.1.2 released! Keir Fraser
@ 2007-11-15 12:13 ` Guillaume Rousse
  2007-11-15 14:42   ` Keir Fraser
  0 siblings, 1 reply; 7+ messages in thread
From: Guillaume Rousse @ 2007-11-15 12:13 UTC (permalink / raw)
  Cc: xen-devel

Keir Fraser a écrit :
> I'm pleased to announce the availability of Xen 3.1.2 -- a bugfix release in
> the Xen 3.1 series.
> 
> The source repository is available using mercurial from:
>  http://xenbits.xensource.com/xen-3.1-testing.hg
> 
> Thanks to everyone who has contributed!
Just by curiosity, why don't you provide updated source tarball on web
site ? Is it intentional ?

-- 
Guillaume Rousse
Moyens Informatiques - INRIA Futurs
Tel: 01 69 35 69 62

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: ANNOUNCE: Xen 3.1.2 released!
  2007-11-15 12:13 ` Guillaume Rousse
@ 2007-11-15 14:42   ` Keir Fraser
  2007-11-16 10:05     ` Guillaume Rousse
  0 siblings, 1 reply; 7+ messages in thread
From: Keir Fraser @ 2007-11-15 14:42 UTC (permalink / raw)
  To: Guillaume Rousse; +Cc: xen-devel

On 15/11/07 12:13, "Guillaume Rousse" <Guillaume.Rousse@inria.fr> wrote:

> Keir Fraser a écrit :
>> I'm pleased to announce the availability of Xen 3.1.2 -- a bugfix release in
>> the Xen 3.1 series.
>> 
>> The source repository is available using mercurial from:
>>  http://xenbits.xensource.com/xen-3.1-testing.hg
>> 
>> Thanks to everyone who has contributed!
> Just by curiosity, why don't you provide updated source tarball on web
> site ? Is it intentional ?

Lack of time to find out how to update the website. And the time saved for
anyone else is minuscule -- I'd rather distributors grabbed the correct
tagged changeset from the mercurial repository.

 -- Keir

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: ANNOUNCE: Xen 3.1.2 released!
  2007-11-15 14:42   ` Keir Fraser
@ 2007-11-16 10:05     ` Guillaume Rousse
  2007-11-16 12:17       ` Liberio Cunha Neto
  0 siblings, 1 reply; 7+ messages in thread
From: Guillaume Rousse @ 2007-11-16 10:05 UTC (permalink / raw)
  To: Keir Fraser; +Cc: xen-devel

Keir Fraser a écrit :
> On 15/11/07 12:13, "Guillaume Rousse" <Guillaume.Rousse@inria.fr> wrote:
> 
>> Keir Fraser a écrit :
>>> I'm pleased to announce the availability of Xen 3.1.2 -- a bugfix release in
>>> the Xen 3.1 series.
>>>
>>> The source repository is available using mercurial from:
>>>  http://xenbits.xensource.com/xen-3.1-testing.hg
>>>
>>> Thanks to everyone who has contributed!
>> Just by curiosity, why don't you provide updated source tarball on web
>> site ? Is it intentional ?
> 
> Lack of time to find out how to update the website. And the time saved for
> anyone else is minuscule -- I'd rather distributors grabbed the correct
> tagged changeset from the mercurial repository.
Can you give a short summary of commands needed to produce a tarball for
total mercurial such as myself then ? Or redirect to such explanations
if they already exist.

Thanks.

-- 
Guillaume Rousse
Moyens Informatiques - INRIA Futurs
Tel: 01 69 35 69 62

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: ANNOUNCE: Xen 3.1.2 released!
  2007-11-16 10:05     ` Guillaume Rousse
@ 2007-11-16 12:17       ` Liberio Cunha Neto
  2007-11-16 15:09         ` Guillaume Rousse
  0 siblings, 1 reply; 7+ messages in thread
From: Liberio Cunha Neto @ 2007-11-16 12:17 UTC (permalink / raw)
  To: Guillaume Rousse; +Cc: xen-devel

On Nov 16, 2007 11:05 AM, Guillaume Rousse <Guillaume.Rousse@inria.fr> wrote:
> Keir Fraser a écrit :
> > On 15/11/07 12:13, "Guillaume Rousse" <Guillaume.Rousse@inria.fr> wrote:
> >
> >> Keir Fraser a écrit :
> >>> I'm pleased to announce the availability of Xen 3.1.2 -- a bugfix release in
> >>> the Xen 3.1 series.
> >>>
> >>> The source repository is available using mercurial from:
> >>>  http://xenbits.xensource.com/xen-3.1-testing.hg
> >>>
> >>> Thanks to everyone who has contributed!
> >> Just by curiosity, why don't you provide updated source tarball on web
> >> site ? Is it intentional ?
> >
> > Lack of time to find out how to update the website. And the time saved for
> > anyone else is minuscule -- I'd rather distributors grabbed the correct
> > tagged changeset from the mercurial repository.
> Can you give a short summary of commands needed to produce a tarball for
> total mercurial such as myself then ? Or redirect to such explanations
> if they already exist.
inside of the directory xen-3.1-testing.hg type
hg archive -t tgz ../xen-3.1.2.tar.gz

>
> Thanks.
>
> --
> Guillaume Rousse
> Moyens Informatiques - INRIA Futurs
> Tel: 01 69 35 69 62
>
> _______________________________________________
>
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: ANNOUNCE: Xen 3.1.2 released!
  2007-11-16 12:17       ` Liberio Cunha Neto
@ 2007-11-16 15:09         ` Guillaume Rousse
  2007-11-16 15:13           ` Keir Fraser
  0 siblings, 1 reply; 7+ messages in thread
From: Guillaume Rousse @ 2007-11-16 15:09 UTC (permalink / raw)
  Cc: xen-devel

Liberio Cunha Neto a écrit :
> On Nov 16, 2007 11:05 AM, Guillaume Rousse <Guillaume.Rousse@inria.fr> wrote:
>> Keir Fraser a écrit :
>>> On 15/11/07 12:13, "Guillaume Rousse" <Guillaume.Rousse@inria.fr> wrote:
>>>
>>>> Keir Fraser a écrit :
>>>>> I'm pleased to announce the availability of Xen 3.1.2 -- a bugfix release in
>>>>> the Xen 3.1 series.
>>>>>
>>>>> The source repository is available using mercurial from:
>>>>>  http://xenbits.xensource.com/xen-3.1-testing.hg
>>>>>
>>>>> Thanks to everyone who has contributed!
>>>> Just by curiosity, why don't you provide updated source tarball on web
>>>> site ? Is it intentional ?
>>> Lack of time to find out how to update the website. And the time saved for
>>> anyone else is minuscule -- I'd rather distributors grabbed the correct
>>> tagged changeset from the mercurial repository.
>> Can you give a short summary of commands needed to produce a tarball for
>> total mercurial such as myself then ? Or redirect to such explanations
>> if they already exist.
> inside of the directory xen-3.1-testing.hg type
> hg archive -t tgz ../xen-3.1.2.tar.gz
I guess I first have to do:
hg clone http://xenbits.xensource.com/xen-3.1-testing.hg

I tested, it works, but I'm unsure about the URL validity. Is that a tag
always corresponding to the last stable release, or rather the current
3.1 branch state ?

-- 
Guillaume Rousse
Moyens Informatiques - INRIA Futurs
Tel: 01 69 35 69 62

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: ANNOUNCE: Xen 3.1.2 released!
  2007-11-16 15:09         ` Guillaume Rousse
@ 2007-11-16 15:13           ` Keir Fraser
  0 siblings, 0 replies; 7+ messages in thread
From: Keir Fraser @ 2007-11-16 15:13 UTC (permalink / raw)
  To: Guillaume Rousse; +Cc: xen-devel

On 16/11/07 15:09, "Guillaume Rousse" <Guillaume.Rousse@inria.fr> wrote:

>> inside of the directory xen-3.1-testing.hg type
>> hg archive -t tgz ../xen-3.1.2.tar.gz
> I guess I first have to do:
> hg clone http://xenbits.xensource.com/xen-3.1-testing.hg
> 
> I tested, it works, but I'm unsure about the URL validity. Is that a tag
> always corresponding to the last stable release, or rather the current
> 3.1 branch state ?

# hg clone http://xenbits.xensource.com/xen-3.1-testing.hg
# cd xen-3.1-testing.hg
# hg archive -r RELEASE-3.1.2 -t tgz ../xen-3.1.2.tar.gz

You can see what releases are tagged in a repository with 'hg tags' and pass
any of those tags to 'hg archive' using the -r option.

 -- Keir

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-11-16 15:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-14 23:49 ANNOUNCE: Xen 3.1.2 released! Keir Fraser
2007-11-15 12:13 ` Guillaume Rousse
2007-11-15 14:42   ` Keir Fraser
2007-11-16 10:05     ` Guillaume Rousse
2007-11-16 12:17       ` Liberio Cunha Neto
2007-11-16 15:09         ` Guillaume Rousse
2007-11-16 15:13           ` Keir Fraser

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.