From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-f67.google.com (mail-wm1-f67.google.com [209.85.128.67]) by dpdk.org (Postfix) with ESMTP id 13377239 for ; Mon, 21 Jan 2019 12:00:33 +0100 (CET) Received: by mail-wm1-f67.google.com with SMTP id b11so10335941wmj.1 for ; Mon, 21 Jan 2019 03:00:33 -0800 (PST) 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=Uv92CuJH5hnLdJ9MsGjF91HR00uvc1Obx/MJthBqpa0=; b=R83EHmqZl+Mg3AAABHlruLQx2DR6PEzdsNcUbJWqZtOj2etZpeKLZ6e/gTXs2JsUqn PkwWNbkzPyqw+IFuiyKRPRw+iH6ryz9JchvqAF31I7Nu/fzzG2xZySDlXNu3PG02jg9h GVHQC/mmEwgfMF+15I5sIEEQZXk9GNZ3pnzgO+A8C67X59w7yPI2GTRT7XWEvNQ1rRac W4DtZXB0qIfJpBcB9fP5aVVi48plTcCvxHMHHvbsAlXsFIrgLGWAaTSG61fqSScRmScg sBFYmzYCz/7415FcdVtkrqhdwdYoCsoA5+jYFkxz587nseEJptvwsN7b3nZkyLopydC+ mOdw== X-Gm-Message-State: AJcUuke4gMAC+aZEltLLEb0OsVCG4J6hFGckVk773SLnA3ORwA9A8lIB Il1dtKOvK3kO5DGXQdvnx3A= X-Google-Smtp-Source: ALg8bN7BECZwI93xel3amJnX99CGLh31t1Ikdrezx2sud9vqjKedU7I76gFqxITCZ/k92oSuHeCkzg== X-Received: by 2002:a7b:c8d7:: with SMTP id f23mr22128904wml.121.1548068432479; Mon, 21 Jan 2019 03:00:32 -0800 (PST) Received: from localhost ([2a01:4b00:f419:6f00:8361:8946:ba2b:d556]) by smtp.gmail.com with ESMTPSA id n9sm75229364wrx.80.2019.01.21.03.00.31 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 21 Jan 2019 03:00:31 -0800 (PST) Message-ID: <1548068430.8759.0.camel@debian.org> From: Luca Boccassi To: Yongseok Koh , ktraynor@redhat.com Cc: stable@dpdk.org Date: Mon, 21 Jan 2019 11:00:30 +0000 In-Reply-To: <20190119003138.38007-1-yskoh@mellanox.com> References: <20190119003138.38007-1-yskoh@mellanox.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] [PATCH] Add accumulated list of missing patches to release announce 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: , X-List-Received-Date: Mon, 21 Jan 2019 11:00:33 -0000 On Fri, 2019-01-18 at 16:31 -0800, Yongseok Koh wrote: > Stable maintainers sholud keep an accumulated list of missing > patches. And > this will be notified in the release announce. >=20 > Signed-off-by: Yongseok Koh > --- > =C2=A06-announce-release | 21 +++++++++++++++++++++ > =C2=A0README=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0| 13 ++++++++----- > =C2=A02 files changed, 29 insertions(+), 5 deletions(-) >=20 > diff --git a/6-announce-release b/6-announce-release > index 4cd5b05..619065c 100755 > --- a/6-announce-release > +++ b/6-announce-release > @@ -2,6 +2,14 @@ > =C2=A0 > =C2=A0source ./lib.sh > =C2=A0 > +if [ $# -lt 1 ] || [ ! -f "$1" ] > +then > + echo "Usage: $0 failed_list" > + exit 1 > +fi > +failed_list=3D"/tmp/.list-$$" > +grep -v "^#" $1 > $failed_list > + > =C2=A0get_diffs() > =C2=A0{ > =C2=A0 $GIT diff v${last_release}..v${stable_release} --stat > @@ -35,3 +43,16 @@ EOF > =C2=A0} > =C2=A0 > =C2=A0compose_release_note > + > +cat << EOF > +---[ List of missing patches ]--- > +The following is the accumulated list of skipped patches. > Authors/maintainers > +have not yet responded to backport requests. Actions to take per > each patch, > + > + a) say "it is not relevant to ${RTE_VER_MAJOR}" > + b) send out a backport to stable@dpdk.org > + > +EOF > +while read commit patch; do > + describe_commit $commit > +done < $failed_list | sort -k 2 > diff --git a/README b/README > index fc1bc5d..25f09d5 100644 > --- a/README > +++ b/README > @@ -88,10 +88,12 @@ base could have been changed that it needs a > manual backport. > =C2=A0 > =C2=A0The usage is: > =C2=A0 > -=C2=A0=C2=A0=C2=A0=C2=A0$ 3-request-backport failed-list > - > -Where, the failed-list is generated from "1-import". > +=C2=A0=C2=A0=C2=A0=C2=A0$ 3-request-backport accumulated-failed-list > =C2=A0 > +A failed-list for a release is generated from "1-import" but > maintainer > +should keep an accumulated list for the stable tree and send out > this > +request multiple times with the accumulated list of failed patches. > This > +list will also be used by "6-announce-release". > =C2=A0 > =C2=A04-final-review > =C2=A0=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > @@ -158,8 +160,9 @@ and finally suggest that change to the web team > at web@dpdk.org > =C2=A06-announce-release > =C2=A0 > =C2=A0The last step is to announce it. The usage is also simpler: just > type the > -command without any options. Again, it will generate a email, and > you have > -to edit it (since it's way too short and simple so far :). > +command with the accumulated failed list mentioned in "3-request- > backport". > +Again, it will generate an email, and you have to edit it (since > it's way > +too short and simple so far :). > =C2=A0 > =C2=A0 > =C2=A0That's all. Acked-by: Luca Boccassi Applied, thanks --=20 Kind regards, Luca Boccassi