patches for DPDK stable branches
 help / color / mirror / Atom feed
From: Yongseok Koh <yskoh@mellanox.com>
To: Luca Boccassi <bluca@debian.org>
Cc: "stable@dpdk.org" <stable@dpdk.org>,
	"christian.ehrhardt@canonical.com"
	<christian.ehrhardt@canonical.com>,
	"ktraynor@redhat.com" <ktraynor@redhat.com>
Subject: Re: [dpdk-stable] [PATCH stable-scripts 2/2] Update Meson version if present
Date: Fri, 7 Sep 2018 18:47:55 +0000	[thread overview]
Message-ID: <56A46015-C8C1-451A-B3F0-DC80AC6CEDA0@mellanox.com> (raw)
In-Reply-To: <20180907123345.31775-2-bluca@debian.org>


> On Sep 7, 2018, at 5:33 AM, Luca Boccassi <bluca@debian.org> wrote:
> 
> Signed-off-by: Luca Boccassi <bluca@debian.org>
> ---
Acked-by: Yongseok Koh <yskoh@mellanox.com>
 
Thanks

> 4-final-review        | 3 +++
> 5-make-release-commit | 3 +++
> 2 files changed, 6 insertions(+)
> 
> diff --git a/4-final-review b/4-final-review
> index 16a71e5..b01fcdd 100755
> --- a/4-final-review
> +++ b/4-final-review
> @@ -23,6 +23,9 @@ change_version()
> 	sed "s/#define RTE_VER_RELEASE .*/#define RTE_VER_RELEASE ${RTE_VER_RELEASE}/" \
> 		-i $DPDK_DIR/lib/librte_eal/common/include/rte_version.h
> 	sed "s/Version: .*/Version: ${stable_release_rc}/" -i $DPDK_DIR/pkg/dpdk.spec
> +	if [ -e $DPDK_DIR/meson.build ]; then
> +		sed "s/version: '.*',/version: '${stable_release_rc}',/" -i $DPDK_DIR/meson.build
> +	fi
> }
> 
> do_commit()
> diff --git a/5-make-release-commit b/5-make-release-commit
> index 56f51da..17aa535 100755
> --- a/5-make-release-commit
> +++ b/5-make-release-commit
> @@ -12,6 +12,9 @@ change_version()
> 	sed "s/#define RTE_VER_RELEASE .*/#define RTE_VER_RELEASE 16/" \
> 		-i $DPDK_DIR/lib/librte_eal/common/include/rte_version.h
> 	sed "s/Version: .*/Version: ${stable_release}/" -i $DPDK_DIR/pkg/dpdk.spec
> +	if [ -e $DPDK_DIR/meson.build ]; then
> +		sed "s/version: '.*',/version: '${stable_release}',/" -i $DPDK_DIR/meson.build
> +	fi
> }
> 
> update_release_note()
> -- 
> 2.18.0
> 

  reply	other threads:[~2018-09-07 18:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-07 12:33 [dpdk-stable] [PATCH stable-scripts 1/2] Fix variable assignment in RC version calculation Luca Boccassi
2018-09-07 12:33 ` [dpdk-stable] [PATCH stable-scripts 2/2] Update Meson version if present Luca Boccassi
2018-09-07 18:47   ` Yongseok Koh [this message]
2018-09-07 18:46 ` [dpdk-stable] [PATCH stable-scripts 1/2] Fix variable assignment in RC version calculation Yongseok Koh

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=56A46015-C8C1-451A-B3F0-DC80AC6CEDA0@mellanox.com \
    --to=yskoh@mellanox.com \
    --cc=bluca@debian.org \
    --cc=christian.ehrhardt@canonical.com \
    --cc=ktraynor@redhat.com \
    --cc=stable@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).