From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-f66.google.com (mail-wr1-f66.google.com [209.85.221.66]) by dpdk.org (Postfix) with ESMTP id 101CE2BE9 for ; Wed, 6 Mar 2019 19:50:27 +0100 (CET) Received: by mail-wr1-f66.google.com with SMTP id l5so14614068wrw.6 for ; Wed, 06 Mar 2019 10:50:27 -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:date:in-reply-to :references:content-transfer-encoding:user-agent:mime-version; bh=WAtFAME6M/78As8T81vqoMyNjj0Y9lDxhBLCUbC7jmE=; b=iulpeYp/EIWbFLYav9VAjMrjx3NVL8cUGyaqnekCxY7/Q1yCIv1UZPzHIvtlSsYmng Ocl1xZjDQFNOSsRdVJ+sS0bNGZ55bShY83Cv40uLJPM3aVvxMKdI1AUpCyI1XVmqjKPK kXbMZPBOqTDkAlco0LuzSI/lSVSau84qdLZnCSZ2gCF+xyxVyiMk1so9E5yqhRYTEMUz coSiU58U04GGgN5mNQOt+gYwfWlgwgPOLntygVmMRpOQY5AYLWzYWZTkHx8W9kZ/9hWX eI9cnP7fSBUka+dIcLVvszC3gafbbUgGkjelFubMgRmke2y4Rn0h0a+y+8iN3GIIbAph /oNg== X-Gm-Message-State: APjAAAXd+ZzLTWkv3Ot2yaL301fDucQsNnqbyliJRzsyTwDhSCnKwJ04 DeX5kxfswPUMHgTj+mlKSaQ= X-Google-Smtp-Source: APXvYqxSaDMX7Y2VN/AHArSg7JMbyT8w811un132ZAqwPcSKyN5z4OnQ8ERvQiM6hdW7gVDw/jD6LA== X-Received: by 2002:a5d:6b8f:: with SMTP id n15mr4116353wrx.110.1551898226480; Wed, 06 Mar 2019 10:50:26 -0800 (PST) Received: from localhost ([2a01:4b00:f419:6f00:b00c:66c8:99df:336]) by smtp.gmail.com with ESMTPSA id j1sm1410202wme.4.2019.03.06.10.50.24 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 06 Mar 2019 10:50:25 -0800 (PST) Message-ID: <687948775edf33aecdd015d5c700714f7ee1228a.camel@debian.org> From: Luca Boccassi To: Kevin Traynor , stable@dpdk.org, yskoh@mellanox.com Date: Wed, 06 Mar 2019 18:50:24 +0000 In-Reply-To: <20190306163857.3541-1-ktraynor@redhat.com> References: <20190306163857.3541-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] 1-import: canonicalize the commit_list 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: Wed, 06 Mar 2019 18:50:27 -0000 On Wed, 2019-03-06 at 16:38 +0000, Kevin Traynor wrote: > Otherwise we cannot prune the commit_list without the full path >=20 > Signed-off-by: Kevin Traynor > --- > 1-import | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > 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 > =20 > -commit_list=3D$1 > +commit_list=3D$(realpath $1) > [ -f "$commit_list" ] || { > echo "Usage: $0 commit_list" Acked-by: Luca Boccassi --=20 Kind regards, Luca Boccassi