From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 9800B6CD7; Wed, 25 Apr 2018 16:45:32 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 5DE8421B9E; Wed, 25 Apr 2018 10:45:29 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 25 Apr 2018 10:45:31 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=X3t3Ns7fDRcOXiThjCmcBSvhI5 wDg+603EKWPP4vBg8=; b=kNcDbIQBuetabq5ycNqVgdYE+aLJGKKPA1/H/dXYAx CgOFUKBkyO/XPMDgV3BCcz9OtghvdNYzL23SKXgdwtb3KryYqCDNFYZ1wvGYRjvE UXtaAttVTVWBVjaJiV0t/66Po3WzW+rwSf91iJRCHzIQhuyjQfiCo4KucV8qTLog s= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=X3t3Ns 7fDRcOXiThjCmcBSvhI5wDg+603EKWPP4vBg8=; b=b1Q5eG78JtKBmVn9Q2Em2d j55hwUut8aeQxwMP3+GjEDysc3+2O4VR4q1FWZ4Ic2IawhlaqI20N9pkKil/1A0u SG7pM5t6Rf/LUoXZy2IXW/1ajEgCwexUylFpuXaXjGNoRIIwVDPUG4Y5Oe5d8Jj3 HYLOX2rbQXtYe1pC4qC/4F7/Xj9vHdLycj1oo7z1eOmwSAbDHJnfQ/zWuWSOiLIW cF45Y/cqR9OHP45TNjUeKdn1yTOa+IvSnwG/0xMHj1aAq8M3vrdI1N+re61rGc+O w3l+1FNDgtCarAEcvN5xfF7o8B81c/yQJmIVfLInsJtX4nFyUTOHMJ6C83qlFRuA == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id E6719E50A1; Wed, 25 Apr 2018 10:45:28 -0400 (EDT) From: Thomas Monjalon To: Andrii Cc: dev@dpdk.org, "Van Haaren, Harry" , web@dpdk.org Date: Wed, 25 Apr 2018 16:45:27 +0200 Message-ID: <2070062.patfpU1Hje@xps> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-web] [dpdk-dev] how can I get a git version of Latest Major release? (18.02.1) X-BeenThere: web@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK website maintenance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Apr 2018 14:45:32 -0000 Hi, 25/04/2018 16:02, Andrii: > 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 No, the main repo is not managing stable branches. You will have backports and stable release tags only in dpdk-stable. But you can have both in the directory by using "git remote add". > 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 Yes the webpage could point explicitly to it. > So common user is just not able to get 18.02.1 from git anyhow if he is > just > browsing dpdk.org Note that browsing allows to find it: http://dpdk.org/browse/ You will find also a repo dpdk-web to send a patch for such change on the website. The mailing list is web@dpdk.org (Cc'ed). > 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 > > >