From 77034f1a3c1e992afd7f05bd9be14635b584dc3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arturo=20Filast=C3=B2?= Date: Tue, 24 Sep 2024 15:13:25 +0300 Subject: [PATCH 1/5] Update entry for test-helpers --- api/ooniapi/probe_services.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/ooniapi/probe_services.py b/api/ooniapi/probe_services.py index 77c10dc9..c1bd97ae 100644 --- a/api/ooniapi/probe_services.py +++ b/api/ooniapi/probe_services.py @@ -579,7 +579,7 @@ def generate_test_helpers_conf() -> Dict: conf["web-connectivity"] = random_web_test_helpers( [ "https://0.th.ooni.org", - "https://3.th.ooni.org", + "https://1.th.ooni.org", "https://4.th.ooni.org", ] ) From f7c2cf891d55ee195e9f1619797ef33d48c7c2c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arturo=20Filast=C3=B2?= Date: Tue, 24 Sep 2024 15:20:57 +0300 Subject: [PATCH 2/5] Use 6.th --- api/ooniapi/probe_services.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/ooniapi/probe_services.py b/api/ooniapi/probe_services.py index c1bd97ae..6ef09578 100644 --- a/api/ooniapi/probe_services.py +++ b/api/ooniapi/probe_services.py @@ -579,7 +579,7 @@ def generate_test_helpers_conf() -> Dict: conf["web-connectivity"] = random_web_test_helpers( [ "https://0.th.ooni.org", - "https://1.th.ooni.org", + "https://6.th.ooni.org", "https://4.th.ooni.org", ] ) From 3451008375b7d466cc926085948ec6ac82f06d6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arturo=20Filast=C3=B2?= Date: Tue, 24 Sep 2024 15:24:43 +0300 Subject: [PATCH 3/5] Bump debian changelog entry --- api/debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/api/debian/changelog b/api/debian/changelog index 319ae5b1..52bbf1f5 100644 --- a/api/debian/changelog +++ b/api/debian/changelog @@ -1,3 +1,9 @@ +ooni-api (1.0.93) unstable; urgency=medium + + * return only 0,6,4 test helpers + + -- Arturo Tue, 24 Sep 2024 15:24:18 +0300 + ooni-api (1.0.92) unstable; urgency=medium * return only 0,3,4 test helpers From ebf913efd2e65ed6d3a508f0f6e939e7cc285a6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arturo=20Filast=C3=B2?= Date: Wed, 25 Sep 2024 14:03:22 +0300 Subject: [PATCH 4/5] Switch to new test helper --- api/ooniapi/probe_services.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/ooniapi/probe_services.py b/api/ooniapi/probe_services.py index 6ef09578..b60e4ca5 100644 --- a/api/ooniapi/probe_services.py +++ b/api/ooniapi/probe_services.py @@ -580,7 +580,7 @@ def generate_test_helpers_conf() -> Dict: [ "https://0.th.ooni.org", "https://6.th.ooni.org", - "https://4.th.ooni.org", + "https://5.th.ooni.org", ] ) conf["web-connectivity"].append( From fefc198202b7a799b3921a5090b7d4e5538e0049 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arturo=20Filast=C3=B2?= Date: Wed, 25 Sep 2024 14:04:19 +0300 Subject: [PATCH 5/5] Bump changelog entry --- api/debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/api/debian/changelog b/api/debian/changelog index 52bbf1f5..be57c508 100644 --- a/api/debian/changelog +++ b/api/debian/changelog @@ -1,3 +1,9 @@ +ooni-api (1.0.94) unstable; urgency=medium + + * return only 0,6,5 test helpers + + -- Arturo Wed, 25 Sep 2024 14:04:18 +0300 + ooni-api (1.0.93) unstable; urgency=medium * return only 0,6,4 test helpers