DPDK CI discussions
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas@monjalon.net>
To: ci@dpdk.org
Subject: [dpdk-ci] [PATCH] update patchwork and mailman URLs after move
Date: Mon, 18 Jun 2018 12:20:28 +0200	[thread overview]
Message-ID: <20180618102028.26800-1-thomas@monjalon.net> (raw)

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

                 reply	other threads:[~2018-06-18 10:20 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180618102028.26800-1-thomas@monjalon.net \
    --to=thomas@monjalon.net \
    --cc=ci@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).