From 421d2c7a477d822c502af7abb713a1639542b02d Mon Sep 17 00:00:00 2001 From: Ben Banfield-Zanin Date: Wed, 22 Oct 2025 09:28:08 +0100 Subject: [PATCH] Make this repo clonable on Windows --- newsfragments/827.internal.md | 1 + .../local_mirrors/{localhost:5000 => localhost_5000_}/hosts.toml | 0 2 files changed, 1 insertion(+) create mode 100644 newsfragments/827.internal.md rename tests/integration/fixtures/files/clusters/local_mirrors/{localhost:5000 => localhost_5000_}/hosts.toml (100%) diff --git a/newsfragments/827.internal.md b/newsfragments/827.internal.md new file mode 100644 index 000000000..18c01a368 --- /dev/null +++ b/newsfragments/827.internal.md @@ -0,0 +1 @@ +Allow cloning of the source repository on Windows. diff --git a/tests/integration/fixtures/files/clusters/local_mirrors/localhost:5000/hosts.toml b/tests/integration/fixtures/files/clusters/local_mirrors/localhost_5000_/hosts.toml similarity index 100% rename from tests/integration/fixtures/files/clusters/local_mirrors/localhost:5000/hosts.toml rename to tests/integration/fixtures/files/clusters/local_mirrors/localhost_5000_/hosts.toml