patches for DPDK stable branches
 help / color / mirror / Atom feed
From: Luca Boccassi <bluca@debian.org>
To: Kevin Traynor <ktraynor@redhat.com>, stable@dpdk.org, yskoh@mellanox.com
Subject: Re: [dpdk-stable] [PATCH] 1-import: canonicalize the commit_list
Date: Wed, 06 Mar 2019 18:50:24 +0000	[thread overview]
Message-ID: <687948775edf33aecdd015d5c700714f7ee1228a.camel@debian.org> (raw)
In-Reply-To: <20190306163857.3541-1-ktraynor@redhat.com>

On Wed, 2019-03-06 at 16:38 +0000, Kevin Traynor wrote:
> Otherwise we cannot prune the commit_list without the full path
> 
> Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
> ---
>  1-import | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/1-import b/1-import
> index 497c0ae..51e4413 100755
> --- a/1-import
> +++ b/1-import
> @@ -12,5 +12,5 @@
>  source ./lib.sh
>  
> -commit_list=$1
> +commit_list=$(realpath $1)
>  [ -f "$commit_list" ] || {
>  	echo "Usage: $0 commit_list"

Acked-by: Luca Boccassi <bluca@debian.org>

-- 
Kind regards,
Luca Boccassi

      reply	other threads:[~2019-03-06 18:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-06 16:38 Kevin Traynor
2019-03-06 18:50 ` Luca Boccassi [this message]

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=687948775edf33aecdd015d5c700714f7ee1228a.camel@debian.org \
    --to=bluca@debian.org \
    --cc=ktraynor@redhat.com \
    --cc=stable@dpdk.org \
    --cc=yskoh@mellanox.com \
    /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).