[dpdk-stable] [PATCH] 1-import: canonicalize the commit_list

Luca Boccassi bluca at debian.org
Wed Mar 6 19:50:24 CET 2019


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 at 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 at debian.org>

-- 
Kind regards,
Luca Boccassi


More information about the stable mailing list