From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51])
 by dpdk.org (Postfix) with ESMTP id DFD322BAC
 for <dev@dpdk.org>; Fri,  1 Jul 2016 16:06:07 +0200 (CEST)
Received: by mail-wm0-f51.google.com with SMTP id 187so10332585wmz.1
 for <dev@dpdk.org>; Fri, 01 Jul 2016 07:06:07 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=6wind-com.20150623.gappssmtp.com; s=20150623;
 h=from:to:subject:date:message-id:user-agent:in-reply-to:references
 :mime-version:content-transfer-encoding;
 bh=4AWaPVv+CxbPuLLtFzPtpsjziYMjLVH/wg+Dnma5ySQ=;
 b=ONJKctqHrnlBbGdBz2JW3+yDPZUso5bUWRxZaqJO5yJXnaTWXdCuVC60dgV6PF1C21
 XmIxWwqdhHuwNmI636Wp3pt8YL6HXZ1Myk6Q0hfyRQGgWxZlYRH5DM7TKGYnlClDpYYk
 XH0xOjFrU7MV+iG1e9VzvZ1Gko/Itcdxggtrvzg5j8JEfMR1jP0n/muerzD9vKqsr8C2
 oV7yW1Agii6q27Zq8/tdpT49++q5aNVzPFJ76hwzqEAmlMR8A9/apDGbZAftp3359d43
 YRZ0aO5Km07kUX5NhwGPE6BnZozWDFCra+HV/vKkoiIvfEshxgc1FiBb++haXuGoT6G2
 u8jw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:subject:date:message-id:user-agent
 :in-reply-to:references:mime-version:content-transfer-encoding;
 bh=4AWaPVv+CxbPuLLtFzPtpsjziYMjLVH/wg+Dnma5ySQ=;
 b=GLK0d6Mb9pvb1DENsew3/yJEsO8yzOEvsAPYBg7QD8OFj0dJqJHnD/3uXH/PqmSrlX
 XRCIFMLgkuIpxwI+AzX1w1imyxrdJEfWl0dl7HqBD/1dwvlRC8lVN2Wp3mx0SzadU+q8
 Ms33wtBmQ3T2OWRHhd5sTs8eLQxFvqXsYLiEMuxINx4jVVgcZw4hW52YDIE7YSY2r0gH
 QYmRxR7rGIy/dFs/E4b3meWN2MQdA2hDFQkfKJTApj96dQkbejuttfPqfyw8O49AyOW0
 4MUBFirRHSzeve4VB8hiYbdOXxMu88MOjhnxb/ashRgoB/8a5PL1jL8rsnJb2XPc4WHJ
 3qJw==
X-Gm-Message-State: ALyK8tL5y4yQi9xlSzJMTP7RZ6u5Y6MKGS4hZ1wMD+b8OpY+T/SKR7wcmxp0PGAilWtZlsf+
X-Received: by 10.28.216.14 with SMTP id p14mr20808407wmg.84.1467381967505;
 Fri, 01 Jul 2016 07:06:07 -0700 (PDT)
Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184])
 by smtp.gmail.com with ESMTPSA id q71sm3654740wme.17.2016.07.01.07.06.06
 for <dev@dpdk.org>
 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Fri, 01 Jul 2016 07:06:06 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: dev@dpdk.org
Date: Fri, 01 Jul 2016 16:06:05 +0200
Message-ID: <3269149.8ZZHd5uK4M@xps13>
User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <1467211643-26341-1-git-send-email-thomas.monjalon@6wind.com>
References: <1467211643-26341-1-git-send-email-thomas.monjalon@6wind.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH] scripts: check fixed commit branch
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 01 Jul 2016 14:06:08 -0000

2016-06-29 16:47, Thomas Monjalon:
> The commit id of a fixed commit must be in the current branch.
> It avoids referencing a local branch or a next-* branch when
> pushing in the master.
> 
> Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>

Applied