From 8200f0f5df6055c6c45852c02ae3778165064a60 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 24 Dec 2025 23:39:05 +0900 Subject: [PATCH] Adjust url to pull dnsmasq It seems http:// is quite unstable while git:// is stable. Change-Id: Iedd7356eb3777ce829961ee6392fbb677f26ae22 Signed-off-by: Takashi Kajinami --- devstack/lib/ironic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/lib/ironic b/devstack/lib/ironic index a82f5cc687..a61356eaa7 100644 --- a/devstack/lib/ironic +++ b/devstack/lib/ironic @@ -4478,7 +4478,7 @@ function downgrade_dnsmasq { # NOTE(JayF) Cannot shallow clone; need to checkout a commit that # is not part of a named tag DNSMASQ_DIR=$(mktemp --tmpdir -u dnsmasq.XXXXXX) - git clone http://thekelleys.org.uk/git/dnsmasq.git $DNSMASQ_DIR + git clone git://thekelleys.org.uk/dnsmasq.git $DNSMASQ_DIR pushd $DNSMASQ_DIR # https://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=commitdiff;h=f006be7842104a9f86fbf419326b7aad08ade61d # above is the specific patch we need; but using the 2.91 RC which