From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id F0BDEA0096 for ; Tue, 9 Apr 2019 18:09:14 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E79734CC3; Tue, 9 Apr 2019 18:09:14 +0200 (CEST) Received: from mail-wm1-f65.google.com (mail-wm1-f65.google.com [209.85.128.65]) by dpdk.org (Postfix) with ESMTP id 8B31C4CC3 for ; Tue, 9 Apr 2019 18:09:13 +0200 (CEST) Received: by mail-wm1-f65.google.com with SMTP id z11so4293474wmi.0 for ; Tue, 09 Apr 2019 09:09:13 -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:user-agent:mime-version; bh=ciX7aTiU4GyCfwgUagIXK6CmoOUsrcLnAv8IXWZOqsw=; b=SH6jF1JyGgrisFe8mKZkJbtln1Pn35wRh6WVYLY/Tj8GUv/f9ijyeJX+IPsdEi1x69 gE1N4u0dOthc6LvfAsrEtv4P1niv7XpL/90x1+KO71PIVXgkVSoWSh2SNFxLjTcaYF0J g+JVIQbaZNrT7VosLrPV0R1mhX17th+GxS+z3T9CFHE0OcZVPQEnSAS+VPTB0v6aobVh J9Cl4g3sfSkJCllobBxQ5MVwtfHLS7kyaYZuQAXfuhBb4iq/JjqACV54csPpFU8WQ19F kmNC8vDdpH6vfAbW6M6HaMSyasFd98BapmOq5V6OfNYPjnbUf0pQ1Ag4aXFiVB5+gb2V g+ng== X-Gm-Message-State: APjAAAXN4q4oTs/kAsAz4OcV2WMlmr4rMfna/0PtmlXbGP1LghL1rwzB +xWPWkjLbIzFCriHcBY+tTc= X-Google-Smtp-Source: APXvYqy3v9FY5V/YAdWSF+BmtO5hIYkWseg3ZGGMM3GB0acCrA05J86id9wb2R5Z+D8yd+g4RaDlAw== X-Received: by 2002:a1c:c101:: with SMTP id r1mr23167539wmf.123.1554826153140; Tue, 09 Apr 2019 09:09:13 -0700 (PDT) Received: from localhost ([2a01:4b00:f419:6f00:250:b6ff:feb7:bd60]) by smtp.gmail.com with ESMTPSA id z7sm26841096wrt.10.2019.04.09.09.09.11 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 09 Apr 2019 09:09:12 -0700 (PDT) Message-ID: <529314e4116b5f99eea7dcec3b9f34fd08d355b8.camel@debian.org> From: Luca Boccassi To: Kevin Traynor , stable@dpdk.org, yskoh@mellanox.com Cc: thomas@monjalon.net, ferruh.yigit@intel.com Date: Tue, 09 Apr 2019 17:09:10 +0100 In-Reply-To: <20190409153009.29324-1-ktraynor@redhat.com> References: <20190409152306.28880-1-ktraynor@redhat.com> <20190409153009.29324-1-ktraynor@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.30.5-1 MIME-Version: 1.0 Subject: Re: [dpdk-stable] [PATCH v2] lib: update LTS releases X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On Tue, 2019-04-09 at 16:30 +0100, Kevin Traynor wrote: > This updates so "LTS" vs. "stable" will be used where appropriate. >=20 > Also update 6-announce-release to use it in the body. >=20 > Signed-off-by: Kevin Traynor < > ktraynor@redhat.com > > > --- > v2: removed local changes from lib.sh > (that's what I get for testing the patch) >=20 > 6-announce-release | 2 +- > lib.sh | 5 +++-- > 2 files changed, 4 insertions(+), 3 deletions(-) >=20 > diff --git a/6-announce-release b/6-announce-release > index 619065c..0a7a4fc 100755 > --- a/6-announce-release > +++ b/6-announce-release > @@ -29,5 +29,5 @@ Subject: DPDK $(describe_release) released > Hi all, > =20 > -Here is a new stable release: > +Here is a new $(stable_or_lts) release: > =09 > https://fast.dpdk.org/rel/dpdk-${stable_release}.tar.xz >=20 > =20 > diff --git a/lib.sh b/lib.sh > index cf02d92..42d0669 100644 > --- a/lib.sh > +++ b/lib.sh > @@ -45,5 +45,6 @@ get_last_release() > describe_release() > { > - if [ "${stable_release%.*}" =3D=3D "16.11" ]; then > + if [ "${stable_release%.*}" =3D=3D "17.11" ] || > + [ "${stable_release%.*}" =3D=3D "18.11" ] ; then > echo "$stable_release (LTS)" > else > @@ -55,5 +56,5 @@ stable_or_lts() > { > # TODO: let it be data-file driven > - if [ "${stable_release%.*}" =3D=3D "16.11" ] || > + if [ "${stable_release%.*}" =3D=3D "18.11" ] || > [ "${stable_release%.*}" =3D=3D "17.11" ] ; then > echo "LTS" Acked-by: Luca Boccassi We should probably have lib.sh source a local config file that's in .gitignore for the options --=20 Kind regards, Luca Boccassi