From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <luca.boccassi@gmail.com>
Received: from mail-wr1-f51.google.com (mail-wr1-f51.google.com
 [209.85.221.51]) by dpdk.org (Postfix) with ESMTP id 9CB18235
 for <stable@dpdk.org>; Mon, 23 Jul 2018 19:07:35 +0200 (CEST)
Received: by mail-wr1-f51.google.com with SMTP id h14-v6so1416171wrw.13
 for <stable@dpdk.org>; Mon, 23 Jul 2018 10:07:35 -0700 (PDT)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20161025;
 h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to
 :references:content-transfer-encoding:mime-version;
 bh=/HatGhH/azD8uYAayQykq9ZcgeyIRd4D35RBvpqSXTg=;
 b=E9TZLLuUo9yzH3I0ddAc8ynvxJtDo898nkbk9gXv9F2lr2absw9+O6TOJyT4a4oWpx
 NUhSY+1idVNnQ1o2J6NRUPA/FDp6a9M98mULXKRKIE8hdmaqxT3CLHzsg+BWI+QamHTy
 qs5+iwbbyU6JEA0qlEBSWmeMPr1dBvCm0hCowD0e6kaNXSAsm76TullU5vOC6V6PGxlx
 Y9SYGwgbM5x8ZUHAEmCSU+lBxodM3IUpHGZVmpu9nPJgVdBRacskCSe+Or7QdkEwLX9q
 zNMFI40dWAGbmXlYbb541mM5QKCB5+pX/C6JCEnNOXjgQVV9lZV2FUR0EOHWhEFAHw4n
 apUA==
X-Gm-Message-State: AOUpUlHhJtOei9Rq7kj6PHMue9JwTkLqCNI64lDD+DikidyqL3dkSKjU
 EPUJAh7wSy5GPdtO5BjQzmnM8xeA
X-Google-Smtp-Source: AAOMgpeh2wbVTsJXX7ef1ZDvhbDSPWWEHHlkdb9+DR8vwX9NdKC0ksVZkh5GO+oV8jsTd6grCkj7jA==
X-Received: by 2002:adf:93a3:: with SMTP id
 32-v6mr8894716wrp.140.1532365655253; 
 Mon, 23 Jul 2018 10:07:35 -0700 (PDT)
Received: from localhost ([2a00:23c5:be94:4600:7b12:f8a0:fd52:f87d])
 by smtp.gmail.com with ESMTPSA id h7-v6sm7248258wrs.8.2018.07.23.10.07.33
 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256);
 Mon, 23 Jul 2018 10:07:34 -0700 (PDT)
Message-ID: <1532365653.7624.9.camel@debian.org>
From: Luca Boccassi <bluca@debian.org>
To: "Richardson, Bruce" <bruce.richardson@intel.com>, "stable@dpdk.org"
 <stable@dpdk.org>
Cc: thomas@monjalon.net
Date: Mon, 23 Jul 2018 18:07:33 +0100
In-Reply-To: <59AF69C657FD0841A61C55336867B5B072664923@IRSMSX103.ger.corp.intel.com>
References: <59AF69C657FD0841A61C55336867B5B072664923@IRSMSX103.ger.corp.intel.com>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Mailer: Evolution 3.22.6-1+deb9u1 
Mime-Version: 1.0
Subject: Re: [dpdk-stable] filenames of DPDK stable packages
X-BeenThere: stable@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches for DPDK stable branches <stable.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/stable>,
 <mailto:stable-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/stable/>
List-Post: <mailto:stable@dpdk.org>
List-Help: <mailto:stable-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/stable>,
 <mailto:stable-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 23 Jul 2018 17:07:35 -0000

On Tue, 2018-07-17 at 13:34 +0000, Richardson, Bruce wrote:
> Hi all,
>=20
> looking to update the DPDK port in FreeBSD and was going to use the
> stable LTS trees rather than bleeding edge, but it proved more
> difficult than I would like because of filenames. The regular DPDK
> releases all use standard names, where "dpdk-x.y.tar.gz" unzips to a
> folder called "dpdk-x.y". However, for the stable releases like
> "dpdk-17.11.3.tar.gz", they unzip to a folder called "dpdk-stable-
> 17.11.3" - i.e. the package name and unzipped names do not match.
> This is obviously something that can be worked around, but it's a bit
> of a pain.
>=20
> Therefore a small ask - can we please provide a package for stable
> releases where the standard naming convention is used. I quite like
> having the "dpdk-stable" in the name, so perhaps as well as the
> regular tarball, could we also have a copy on the server called e.g.
> "dpdk-stable-17.11.3.tar.gz"?
>=20
> Thanks,
> /Bruce

Hi Bruce,

It would be perfectly fine to me to have an additional copy of the
tarball, however all we maintainers do is push a tag, then the cgit
server does all the magic. The directory name I guess it's based on the
git root directory name on the server.

Thomas, any idea how to do what Bruce is asking?

--=20
Kind regards,
Luca Boccassi