DPDK CI discussions
 help / color / mirror / Atom feed
* [dpdk-ci] [PATCH] update patchwork and mailman URLs after move
@ 2018-06-18 10:20 Thomas Monjalon
  0 siblings, 0 replies; only message in thread
From: Thomas Monjalon @ 2018-06-18 10:20 UTC (permalink / raw)
  To: ci

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 <thomas@monjalon.net>
---
 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='<!--beginarticle-->'
 for try in $(seq 20) ; do
 	[ -z "$report" -o $try -ge 19 ] || continue # 2 last tries if got something
-- 
2.17.1

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-06-18 10:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-18 10:20 [dpdk-ci] [PATCH] update patchwork and mailman URLs after move Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).