From 3266009cb755b4db42d7ceff23a0a80d2d8f14e4 Mon Sep 17 00:00:00 2001 From: "John L. Villalovos" Date: Sun, 24 Nov 2024 08:43:29 -0800 Subject: [PATCH] chore: fix targets: SBB and UEA The SBB target was `www.sbb.ch/en` which doesn't work as a host. Change it to `www.sbb.ch` The UEA target `www.uea.ac.uk` doesn't respond to pings. Maybe sometime between now and 2016 when the target was initially setup they started blocking pings. We can ping `uea.ac.uk` though, so change it to `uea.ac.uk` --- root/defaults/smoke-conf/Targets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/root/defaults/smoke-conf/Targets b/root/defaults/smoke-conf/Targets index c61d466..1845aad 100644 --- a/root/defaults/smoke-conf/Targets +++ b/root/defaults/smoke-conf/Targets @@ -74,7 +74,7 @@ host = cixp.web.cern.ch menu = SBB title = SBB -host = www.sbb.ch/en +host = www.sbb.ch ++ UK @@ -91,7 +91,7 @@ host = cam.ac.uk menu = UEA title = UEA -host = www.uea.ac.uk +host = uea.ac.uk + USA