From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id DA2D75699 for ; Mon, 3 Jul 2017 10:39:01 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 4BBFB209FE; Mon, 3 Jul 2017 04:39:01 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Mon, 03 Jul 2017 04:39:01 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=2tJAJtDmeHrTqYk iRoDXOEUOnM9lE1Qu9u5f3lanzJM=; b=alBmKK0sQo8VfLjrEJ6NBk40J+so19x C5eofYveHiQMxdJSgEoIU1CT5xWs78ygfeH+7BQjV3gJ4FIjv3+flvwOQuoJRvWK yW7xrgOzgJdyMqWktx4/UZhnylipOq27j5gJ/qtVkgfXTCEns/fjI3f55MBTd9zt wBzWKZCzklvo= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= fm1; bh=2tJAJtDmeHrTqYkiRoDXOEUOnM9lE1Qu9u5f3lanzJM=; b=RzOvpfD1 MoE0dKw0Pe1fqlVDLVxAz4ekDQ0CGPZO28FI2nzdJ7beaEfv9YPM0EDyzVOM3bC/ +oYXqbwvWS1wyK2q4ix0zM6RxrmtAY3rr58MKvBWziRl4R76LDplRoFFXvafT7JL P5zLubovtB2AIDL377U+Q8DzSvG6dBKjuzvWcNcSBevlbSAQp3PXLjg/riG1olgS olT4FBdD3oLJbWwAWZ3FtiIy5C5JqiXN27w1myUWMWvBTKFmPM3SnPkeU2R8UTtf pL8hQSwUZvHlhsS5J2QTv2JncJ+CzBv98cLuKxXgXMGocUJBBs72gljVV3pp/zYJ HjEPYwmEEChU5A== X-ME-Sender: X-Sasl-enc: q/5zZDMIIcWuVELlJSkyPNVd52WlJeQvdaj+vnL6KN5u 1499071141 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 08ABC7E766; Mon, 3 Jul 2017 04:39:01 -0400 (EDT) From: Thomas Monjalon To: Fangfang Wei Cc: ci@dpdk.org Date: Mon, 03 Jul 2017 10:39:00 +0200 Message-ID: <4685033.Wir0B59dK0@xps> In-Reply-To: <1499067574-25738-1-git-send-email-fangfangx.wei@intel.com> References: <1499067574-25738-1-git-send-email-fangfangx.wei@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-ci] [PATCH V1] tools: add a download patchset script X-BeenThere: ci@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK CI discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2017 08:39:02 -0000 03/07/2017 09:39, Fangfang Wei: > download_patchset.py can download all patches and patch information > about one patchset from dpdk.org. And stored this patch files in > the directory which named with the patch ID, such as "24-28". > 24 is the first patch ID in the patch set, > 28 is the last patch ID in the patch set. > > Signed-off-by: Fangfang Wei Thanks Fangfang. I will review it next week after RC1. Maybe other CI participants will look at it in the meantime.