Bump script: wait on generate_nmc_cert until TBB upgrades go

pull/189/head
Jeremy Rand 2 years ago
parent f6adbb3039
commit 98395c2369
No known key found for this signature in database
GPG Key ID: EB03139A459DD06E

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

Loading…
Cancel
Save