From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 1278D5677 for ; Mon, 15 Feb 2016 15:33:35 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga104.fm.intel.com with ESMTP; 15 Feb 2016 06:33:34 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,450,1449561600"; d="scan'208";a="885305385" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by orsmga001.jf.intel.com with ESMTP; 15 Feb 2016 06:33:34 -0800 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.97]) by IRSMSX101.ger.corp.intel.com ([169.254.1.113]) with mapi id 14.03.0248.002; Mon, 15 Feb 2016 14:33:33 +0000 From: "Van Haaren, Harry" To: Thomas Monjalon Thread-Topic: [PATCH 0/3] small improvements of "make local" Thread-Index: AQHRY+rHPcHQWUhSME2oHhz9Kjvbwp8tM36w Date: Mon, 15 Feb 2016 14:33:33 +0000 Message-ID: References: <1455098706-23765-1-git-send-email-thomas.monjalon@6wind.com> In-Reply-To: <1455098706-23765-1-git-send-email-thomas.monjalon@6wind.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiY2QxZThiMjktY2QzMS00NWZjLThlMWYtNjBkMGE5M2M3MDk0IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Ijczd2p3NE9JRlBGQUZJbDFpZU9rR2xSb2RMcjd3YVpoaTkxTXZTallMTW89In0= x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "web@dpdk.org" Subject: Re: [dpdk-web] [PATCH 0/3] small improvements of "make local" X-BeenThere: web@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: website maintenance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2016 14:33:37 -0000 > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Wednesday, February 10, 2016 10:05 AM > To: Van Haaren, Harry > Cc: web@dpdk.org > Subject: [PATCH 0/3] small improvements of "make local" >=20 > These are small improvements on top of the Python server sent > by Harry to test the website locally. >=20 > Thomas Monjalon (3): > local: allow to force Python 2 > local: silent server output > local: open in a browser >=20 > Makefile | 3 ++- > scripts/serve_local.py | 13 ++++++++++++- > 2 files changed, 14 insertions(+), 2 deletions(-) Including the updated patch 3/3: Series Acked-by: Harry van Haaren