From 98395c2369c480bad08268d21c61ea902ebd84b5 Mon Sep 17 00:00:00 2001 From: Jeremy Rand Date: Thu, 2 Jun 2022 15:13:50 +0000 Subject: [PATCH] Bump script: wait on generate_nmc_cert until TBB upgrades go --- tools/namecoin-bump-versions.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tools/namecoin-bump-versions.sh b/tools/namecoin-bump-versions.sh index 8692037..a60442b 100755 --- a/tools/namecoin-bump-versions.sh +++ b/tools/namecoin-bump-versions.sh @@ -50,6 +50,13 @@ do continue fi + # generate_nmc_cert depends on Go version, which Tor lags behind on. + if [ "${PROJECT}" = "generate_nmc_cert" ] && grep "version: 1.17" ./projects/go/config + then + echo "$PROJECT: project depends on Go version; skipping" + continue + fi + # rbm showconf will fail for projects that don't have a git_hash variable, # so we catch the failure and move on to the next project. GIT_REV=$(./rbm/rbm showconf ${PROJECT} git_hash) || continue