From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 3674937B1 for ; Mon, 26 Sep 2016 10:22:10 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga102.fm.intel.com with ESMTP; 26 Sep 2016 01:22:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,398,1470726000"; d="scan'208";a="173176312" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162]) by fmsmga004.fm.intel.com with ESMTP; 26 Sep 2016 01:22:09 -0700 Date: Mon, 26 Sep 2016 16:22:36 +0800 From: Yuanhan Liu To: Christian Ehrhardt Cc: "Dumitrescu, Cristian" , stable@dpdk.org Message-ID: <20160926082236.GN23158@yliu-dev.sh.intel.com> References: <1470120000-26473-1-git-send-email-christian.ehrhardt@canonical.com> <3EB4FA525960D640B5BDFFD6A3D8912647A3E7D3@IRSMSX108.ger.corp.intel.com> <4601027.QdtUHydLud@xps13> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4601027.QdtUHydLud@xps13> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH v2] examples: fix unusual-interpreter X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2016 08:22:10 -0000 On Wed, Aug 24, 2016 at 06:14:23PM +0200, Thomas Monjalon wrote: > > > *update in v2* > > > - use #!/usr/bin/env python as usually recommended and suggested in the > > > discussion > > > > > > Due to regular lintian checks in Debian packaging it surfaced that these > > > two scripts had a space in their #! statement which renders it to be > > > human, but not shell readable. > > > > > > Fixes: 8673a3e8 ("examples/ip_pipeline: add config diagram generator") > > > Fixes: fa667b46 ("examples/ip_pipeline: add core mappings script") > > > > > > Signed-off-by: Christian Ehrhardt > > > > Acked-by: Cristian Dumitrescu > > Applied, thanks FYI, this patch has been applied to stable branch v16.07. It hasn't been pushed to http://dpdk.org/browse/dpdk-stable/ yet. It will be pushed if I get no objections in around TWO days. So please shutout if you have objections. Thanks. --yliu