From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: how can I get a git version of Latest Major release? (18.02.1) Date: Wed, 25 Apr 2018 15:47:09 +0100 Message-ID: <487bea30-3913-a3de-7ad2-81f2133f24a3@intel.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" To: Andrii , "Van Haaren, Harry" Return-path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 31F066CD7 for ; Wed, 25 Apr 2018 16:47:12 +0200 (CEST) In-Reply-To: Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 4/25/2018 3:02 PM, Andrii wrote: > Nice. > > Thanks Harry. > > Yep I got 18.02.1 from dpdk-stable > > Is that possible to have tags like v18.02.1 in http://dpdk.org/git/dpdk > Because the only one I can get from it is v18.02 It is not possible to create a tag in dpdk.org/git/dpdk for stable releases, because stable release is not snapshot of the dpdk repo. For stable tree some sub-set of the patches are cherry-picked from dpdk.org, also some patches are backported specially for stable releases. That is why stable versions managed in another repository. > That would be great also if dpdk.org would provide some link to dpdk-stable > Because now it points only to http://dpdk.org/browse/dpdk/refs/ > which shows only 18.02 as the latest release > So common user is just not able to get 18.02.1 from git anyhow if he is > just > browsing dpdk.org Not able to understand problem here, you can get stable versions from stable tree repository. > > > On Wed, Apr 25, 2018 at 4:47 PM, Van Haaren, Harry < > harry.van.haaren@intel.com> wrote: > >>> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Andrii >>> Sent: Wednesday, April 25, 2018 2:45 PM >>> To: dev@dpdk.org >>> Subject: [dpdk-dev] how can I get a git version of Latest Major release? >>> (18.02.1) >>> >>> I could get only 18.02 tag, which is from February. >>> I want to see exactly which commits are in 18.02.1 and there is no such a >>> git tag >>> or github release etc. >>> Downloading 18.02.1 tarball without git history and comparing sources to >>> git tree seems quite stupid. >>> Also the question is why there is no such a branch or at least tag >>> which points to latest major? That seems strange. >>> >>> Thanks. >> >> Hi Andrii, >> >> >> All of the DPDK repos are available here: >> http://dpdk.org/browse >> >> Please see the stable repo for various table releases: >> http://dpdk.org/browse/dpdk-stable/ >> >> You'll find tags, branches and more at the above location, eg: >> http://dpdk.org/browse/dpdk-stable/log/?h=v18.02.1 >> >> >> Hope that helps, -Harry >>