From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46])
 by dpdk.org (Postfix) with ESMTP id 5FCAB9AD8
 for <web@dpdk.org>; Mon, 15 Feb 2016 21:41:42 +0100 (CET)
Received: by mail-wm0-f46.google.com with SMTP id c200so130564503wme.0
 for <web@dpdk.org>; Mon, 15 Feb 2016 12:41:42 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=6wind-com.20150623.gappssmtp.com; s=20150623;
 h=from:to:cc:subject:date:message-id:organization:user-agent
 :in-reply-to:references:mime-version:content-transfer-encoding
 :content-type; bh=mpxpzP1oZRrP9B6oE0oh5pumUlcTGEnRPQ4j1/1ypnI=;
 b=QNxqo1gcAnzl4heL4WOqRcmqYzM97neWJQpOyYRfH25J7yRUfjo/F/o5JMm5kxIcS1
 B7gP3nM4/aAxVy/K4G1J0t9UKv+ImcRXav7Vr6jaV2qjzNctrq/ipv/N/nNVisDqp9VH
 ul6YyrOEG/qABj9RtCLAU+fChF8Nl3biK0Fe4SZzASXCBEtHUXQ/8jAnWnjp9A9TKWx3
 j4RGKPz6fTt/5DVZRbCtZ/J1GApPyUg/vAuBLvgUQSUIHTwCTSreB7+qpeqEkpyZRfvT
 7JYndhj6T/IvXtv0Zq321yINXxprsKu9mVj3pcdwX9JATz9mf2DaEuAE2pmMYkelzL1w
 bCsA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:organization
 :user-agent:in-reply-to:references:mime-version
 :content-transfer-encoding:content-type;
 bh=mpxpzP1oZRrP9B6oE0oh5pumUlcTGEnRPQ4j1/1ypnI=;
 b=izFr43XfjYzOsKCUGHG3p7InnIDM1GmLDsSEw0c2TWqLP7pOMhlLyu7eKzDXi7exJl
 VtgKM/QN4O+nS8rTyh0JEahpaIYgPFXDhgb3s3VuhtmUjXHt7C/bzby2dLSgG0cQlph4
 yPXn5SRu6nD/6oVfqcZ1vB/RWcqAHCLb5K/5Yr+43rv3XLtpQP9iM0D/A1URfkQ4N0xS
 2rErCIuw9wDr4wgD54DHN1ii1l0Rmk1TTfR84WCEy1Bg4q8QW+JklcPMJd3v5hsBp3fh
 NDFrLIMsBM2vb/zQ1xeutQ02KZw7Jcn4Pol+3oeHE5+xgS+VwDNk2jNrWXdXRz3j5rY7
 y4fg==
X-Gm-Message-State: AG10YOQ2/ztx4yCOZlaqSbi582W9G6IBu6JMBIjgyDE+t0k/G9Isu3jD8WyiNZIYUnxuNNLy
X-Received: by 10.194.189.211 with SMTP id gk19mr17508852wjc.63.1455568902236; 
 Mon, 15 Feb 2016 12:41:42 -0800 (PST)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by smtp.gmail.com with ESMTPSA id a128sm17297309wmh.6.2016.02.15.12.41.41
 (version=TLSv1/SSLv3 cipher=OTHER);
 Mon, 15 Feb 2016 12:41:41 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: web@dpdk.org
Date: Mon, 15 Feb 2016 21:40:09 +0100
Message-ID: <1570102.MDZqZIxohW@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <E923DB57A917B54B9182A2E928D00FA612869556@IRSMSX102.ger.corp.intel.com>
References: <1455098706-23765-1-git-send-email-thomas.monjalon@6wind.com>
 <E923DB57A917B54B9182A2E928D00FA612869556@IRSMSX102.ger.corp.intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
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 <web.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/web>,
 <mailto:web-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/web/>
List-Post: <mailto:web@dpdk.org>
List-Help: <mailto:web-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/web>,
 <mailto:web-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 15 Feb 2016 20:41:42 -0000

> > These are small improvements on top of the Python server sent
> > by Harry to test the website locally.
> > 
> > Thomas Monjalon (3):
> >   local: allow to force Python 2
> >   local: silent server output
> >   local: open in a browser
> > 
> >  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 <harry.van.haaren@intel.com>

Applied