Adjust url to pull dnsmasq

It seems http:// is quite unstable while git:// is stable.

Change-Id: Iedd7356eb3777ce829961ee6392fbb677f26ae22
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
Takashi Kajinami 2025-12-24 23:39:05 +09:00
parent 6a18c386a6
commit 8200f0f5df

View file

@ -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