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