From 7f51c0536bb57bc9012a6c0fd1af8646427aa7c0 Mon Sep 17 00:00:00 2001 From: Jeremy Rand Date: Mon, 31 May 2021 13:59:13 +0000 Subject: [PATCH] Cirrus: Check for outdated ncdns-nsis dependencies --- tools/namecoin-bump-versions.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tools/namecoin-bump-versions.sh b/tools/namecoin-bump-versions.sh index 6e41491..6a0c406 100755 --- a/tools/namecoin-bump-versions.sh +++ b/tools/namecoin-bump-versions.sh @@ -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.