From 06fa044815d4bc7cc905001fa053c2de68386bfe Mon Sep 17 00:00:00 2001 From: Tuan Do Anh Date: Thu, 12 Jul 2018 15:04:05 +0700 Subject: [PATCH] Update pypi url to new url Pypi url changed from [1] to [2] [1] https://pypi.python.org/pypi/ [2] https://pypi.org/project/ Change-Id: I308295c0eb7c45e6da2cf9b0a229bf05d5ac5302 --- doc/source/contributor/policies/gate-failure-triage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/contributor/policies/gate-failure-triage.rst b/doc/source/contributor/policies/gate-failure-triage.rst index b2b0aae2f62..eb6ec56547b 100644 --- a/doc/source/contributor/policies/gate-failure-triage.rst +++ b/doc/source/contributor/policies/gate-failure-triage.rst @@ -84,7 +84,7 @@ to debug the job directly on the test node in a ``live`` setting. This can be done in two ways: -1. Using the `remote_pdb `_ python +1. Using the `remote_pdb `_ python module and ``telnet`` to directly access the python debugger while in the failed test.