From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id B0789101B for ; Mon, 18 Jun 2018 12:20:33 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 14F0421E87; Mon, 18 Jun 2018 06:20:33 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 18 Jun 2018 06:20:33 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= date:from:message-id:subject:to:x-me-sender:x-me-sender :x-sasl-enc; s=mesmtp; bh=OVb9BwXhR4Xa9k7510mRH4kJM2GbDZtAWOt4yc Hm7HE=; b=YTIjEDtbFAcHZ7JJwhCmM4DgGXoeefFOiGsNWGuAsv3xpqGFGAq3tB njoRcy6/9m/BZq8vCFtNgUxjxICMJo7tVL2hqv7LT7ut8phKtsiAWSXunmqI0WPZ 9LkKVyjGtYsYe9HUMDrCfB+C7eGq1Emn6RgnfFt/+kToAXUYSSL8o= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=date:from:message-id:subject:to :x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=OVb9BwXhR4Xa9k751 0mRH4kJM2GbDZtAWOt4ycHm7HE=; b=GACso2UvzBdUpECI+QSqNYJMFYo8Hwsqb t61FAiDSHOIBaQfXNPry3A9LIhRZHb1Ig2T25rTBrj1E1bKM53/85Ckwiqr04wru FBQwnWer/3f5rurMDJfnugmASz/fR/TP14YwToDXKba3KEltJJYfAaJ4TcPAs8uP 2zTmALhfmgDz6So75aD57dv5MInIItri9NG+FALM9Bqw3/LW7Yb+e9/MjgAOKk9b YPnF0bs5MbpYFsKCAwqrARmuV35BtJ2Y4pmUDB9t6XNrY8rptTQVF+2vyKNsJUnB HeNpquUK+bkw+doKESjh6YbN5bPwTg6Pzc5uiazBeusSpiGL8btsg== X-ME-Proxy: X-ME-Sender: Received: from xps.monjalon.net (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 8239AE4855 for ; Mon, 18 Jun 2018 06:20:32 -0400 (EDT) From: Thomas Monjalon To: ci@dpdk.org Date: Mon, 18 Jun 2018 12:20:28 +0200 Message-Id: <20180618102028.26800-1-thomas@monjalon.net> X-Mailer: git-send-email 2.17.1 Subject: [dpdk-ci] [PATCH] update patchwork and mailman URLs after move 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, 18 Jun 2018 10:20:34 -0000 Patchwork has moved from dpdk.org/dev/patchwork to patches.dpdk.org and mailman has moved from dpdk.org/ml to mails.dpdk.org Signed-off-by: Thomas Monjalon --- README | 2 +- config/pwclientrc | 2 +- tools/download-patch.sh | 2 +- tools/poll-pw | 2 +- tools/update-pw.sh | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README b/README index 28bec13..ecbccda 100644 --- a/README +++ b/README @@ -25,7 +25,7 @@ There is no reference lab yet. How to view CI results? ----------------------- -The test of a patch is viewable in patchwork (http://dpdk.org/dev/patchwork) +The test of a patch is viewable in patchwork (https://patches.dpdk.org) if the report has been sent from a trusted lab. The patchwork overview shows a counter column S/W/F for Success/Warning/Failure. A bad performance can be seen as a failure. diff --git a/config/pwclientrc b/config/pwclientrc index d73e87e..594bff0 100644 --- a/config/pwclientrc +++ b/config/pwclientrc @@ -2,7 +2,7 @@ default=dpdk [dpdk] -url=http://dpdk.org/dev/patchwork/xmlrpc/ +url=http://patches.dpdk.org/xmlrpc/ # credentials are useless for read-only access #username: myuser diff --git a/tools/download-patch.sh b/tools/download-patch.sh index cbec883..1d7cb6b 100755 --- a/tools/download-patch.sh +++ b/tools/download-patch.sh @@ -32,7 +32,7 @@ if [ -z "$pwid" ] ; then fi if $http_get ; then - url="http://dpdk.org/dev/patchwork/patch/$pwid/mbox/" + url="http://patches.dpdk.org/patch/$pwid/mbox/" curl -sf $url else $pwclient view $pwid diff --git a/tools/poll-pw b/tools/poll-pw index ac867d9..bdf860a 100755 --- a/tools/poll-pw +++ b/tools/poll-pw @@ -4,7 +4,7 @@ # Copyright 2017 6WIND S.A. # Copyright 2018 Mellanox Technologies, Ltd -URL=http://dpdk.org/dev/patchwork/api +URL=http://patches.dpdk.org/api print_usage () { cat <<- END_OF_HELP diff --git a/tools/update-pw.sh b/tools/update-pw.sh index f394187..07067dd 100755 --- a/tools/update-pw.sh +++ b/tools/update-pw.sh @@ -28,7 +28,7 @@ if [ -z "$1" ] ; then exit 1 fi -url="http://dpdk.org/ml/archives/test-report/$1" +url="http://mails.dpdk.org/archives/test-report/$1" mmarker='' for try in $(seq 20) ; do [ -z "$report" -o $try -ge 19 ] || continue # 2 last tries if got something -- 2.17.1