From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 514422B8E for ; Tue, 25 Apr 2017 08:48:18 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id E04D920B82; Tue, 25 Apr 2017 02:48:17 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Tue, 25 Apr 2017 02:48:17 -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=bcS/w14dbS9Ep9F VNSGbzrzsHyDBb3gQoTHTHSCVHac=; b=f6F+AIo9Czl0NoUAq4EzKm7YnOYQBIf Y4s6OJV0FHgciw5iaz+6ycrT8I3j2jobRukXGuSGE4ioDvjAT2Dp/x2FPLn4m+/R u7exMOcIBflaz/PsBB0SS7X1ZFlVtd4rLpZ3A1lgSjmQYXuHIA8oljGOOKK4NWlj lqjywtEQUjYg= 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=bcS/w14dbS9Ep9FVNSGbzrzsHyDBb3gQoTHTHSCVHac=; b=gqkEInMX 9On6vzFDxINc1uglUDL1qdGgwECGyZt9xRJbfJB+uwbGh0/SIxGOFTs3opgEFNe2 TejjI85yhSlESWv+IrL2KSSUWSjDUmMbMkPjGFmZe9+D1D/ZZGdZ8pnRA0j9uZPw Qoduz6ePJrC8e4B6psa87mXNal3kBBxQuur0rPT0uWVs8tGQQTApyJ9TdV+6JpM5 /dCrlcnPX5qOhgz2vF0qhfzuEEjEePu/iCNStVnKY2wDj/jV2SKjrMyzvDj88Dgc jaC5BHn5I5qqXCnASDDbEN/pLnoedAalnI1xbuty6PnYy2+JrTQiC/UGDGw6iBxO kcO4sUxLzjUvxw== X-ME-Sender: X-Sasl-enc: 5wPHmPznIY/QZcj8m9/IEbaPVbW6wT2xy7FyttID7W94 1493102897 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 926587E0EE; Tue, 25 Apr 2017 02:48:17 -0400 (EDT) From: Thomas Monjalon To: "Wei, FangfangX" Cc: ci@dpdk.org, "Xu, Qian Q" , "Richardson, Bruce" , "O'Driscoll, Tim" , "Liu, Yuanhan" Date: Tue, 25 Apr 2017 08:48:15 +0200 Message-ID: <4315943.oXb2AriWLG@xps> In-Reply-To: <067B569323FEB248B5CB480E1954F4346EA4B2E8@SHSMSX101.ccr.corp.intel.com> References: <26FA93C7ED1EAA44AB77D62FBE1D27BA722C837C@IRSMSX108.ger.corp.intel.com> <82F45D86ADE5454A95A89742C8D1410E3B5DE563@shsmsx102.ccr.corp.intel.com> <067B569323FEB248B5CB480E1954F4346EA4B2E8@SHSMSX101.ccr.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-ci] script to determine target repo (was DPDK Lab) 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: Tue, 25 Apr 2017 06:48:18 -0000 Hi, 25/04/2017 08:37, Wei, FangfangX: > Hi Thomas, > Another question need your help: How I can auto-filter the patchset which include some patches? > Currently we filter the patchset with the format 'Message-Id: <([0-9-]+)-git-send-email-.*@.*>' in per-patch build testing system. But I find that there are some different format about the message-id, such as " 20170420072402.38106-5-aik@ozlabs.ru", "1492658865-30077-1-git-send-email-wei.zhao1@intel.com", "20170209165959.28082-3-benjamin.walker@intel.com", " 3da244231b6868ccc3e70d91dc277df39a3695bd.1481592081.git.mirq-linux@rere.qmqm.pl" and etc. In the dpdk-ci repo, there is a script tools/filter-patch-email.sh.