From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] scripts: test clean build when config have changed Date: Fri, 01 Jul 2016 16:05:15 +0200 Message-ID: <1506045.h5hLZIWeDB@xps13> References: <1467287137-30964-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit To: dev@dpdk.org Return-path: Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id 4C43D2C66 for ; Fri, 1 Jul 2016 16:05:18 +0200 (CEST) Received: by mail-wm0-f44.google.com with SMTP id r201so30848590wme.1 for ; Fri, 01 Jul 2016 07:05:18 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id zb9sm2501581wjc.34.2016.07.01.07.05.16 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 01 Jul 2016 07:05:16 -0700 (PDT) In-Reply-To: <1467287137-30964-1-git-send-email-thomas.monjalon@6wind.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-06-30 13:45, Thomas Monjalon: > If there is a change in the config directory the build test > will refresh the tested build config to take into account new options. > The git working directory and the last git commit are checked for a > change in config/. > > Signed-off-by: Thomas Monjalon Applied