Cirrus: Check for outdated ncdns-nsis dependencies

pull/127/head
Jeremy Rand 3 years ago
parent 877aa6bfbd
commit 7f51c0536b
No known key found for this signature in database
GPG Key ID: FD7550C2EB800711

@ -90,10 +90,6 @@ done
# ncdns-nsis dependencies
# ncdns-nsis isn't merged yet.
if false
then
BIND_VERSION=$(./rbm/rbm showconf ncdns-nsis var/bind_version)
LATEST_BIND_VERSION=$(curl https://ftp.isc.org/isc/bind/ | grep --only-matching '"[0-9]*\.[0-9]*\.[0-9]*/"' | tail --lines=1 | grep --only-matching '[0-9]*\.[0-9]*\.[0-9]*')
@ -146,9 +142,6 @@ then
git commit --message="Bump DNSSEC-Trigger"
fi
# ncdns-nsis
fi
# tor-browser-build submodule
# We do this step last so that if upstream tor-browser-build breaks things,
# we're already done invoking rbm.

Loading…
Cancel
Save