|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] ANNOUNCE: Xen 3.1.2 released!
On 16/11/07 15:09, "Guillaume Rousse" <Guillaume.Rousse@xxxxxxxx> 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
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|