mirror of
https://opendev.org/openstack/ironic.git
synced 2026-01-11 19:57:20 +00:00
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:
parent
6a18c386a6
commit
8200f0f5df
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue