Charland, Denis
2011-Sep-20 18:28 UTC
[Lustre-discuss] Where to download Lustre from since 01 Aug?
I was able to download Lustre 1.8.5 from the Whamcloud Git repository: git clone -b b1_8 http://git.whamcloud.com/fs/lustre-release.git lustre cd lustre git checkout -b 1.8.5 1.8.5 You can use git:// instead of http:// if you are not behind a firewall. To list the name of the branches you downloaded: git branch To switch to branch b1_8 (1.8.6-wc1): git checkout b1_8 Check the Changelog files to confirm which version you are currently working on. Denis Charland UNIX Systems Administrator National Research Council Canada -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.lustre.org/pipermail/lustre-discuss/attachments/20110920/28069512/attachment.html
Brian J. Murrell
2011-Sep-20 18:41 UTC
[Lustre-discuss] Where to download Lustre from since 01 Aug?
On 11-09-20 02:28 PM, Charland, Denis wrote:> > To switch to branch b1_8 (1.8.6-wc1):To be clear, b1_8 was only 1.8.6-wc1 for a limited period of time (i.e immediately after the release). Additional code is or will be put onto b1_8 towards the next release. So if you really do want release 1.8.6-wc1 you want to checkout "1.8.6-wc1", not "b1_8". Cheers, b. -- Brian J. Murrell Senior Software Engineer Whamcloud, Inc. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 262 bytes Desc: OpenPGP digital signature Url : http://lists.lustre.org/pipermail/lustre-discuss/attachments/20110920/7f5185bd/attachment.bin
Charland, Denis
2011-Sep-20 18:46 UTC
[Lustre-discuss] Where to download Lustre from since 01 Aug?
Correct. It should read: To switch to branch b1_8 (currently 1.8.6-wc1) Cheers, D. -----Original Message----- From: lustre-discuss-bounces at lists.lustre.org [mailto:lustre-discuss-bounces at lists.lustre.org] On Behalf Of Brian J. Murrell Sent: September 20, 2011 14:42 To: lustre-discuss at lists.lustre.org Subject: Re: [Lustre-discuss] Where to download Lustre from since 01 Aug? On 11-09-20 02:28 PM, Charland, Denis wrote:> > To switch to branch b1_8 (1.8.6-wc1):To be clear, b1_8 was only 1.8.6-wc1 for a limited period of time (i.e immediately after the release). Additional code is or will be put onto b1_8 towards the next release. So if you really do want release 1.8.6-wc1 you want to checkout "1.8.6-wc1", not "b1_8". Cheers, b. -- Brian J. Murrell Senior Software Engineer Whamcloud, Inc.