From 1374758f404b96cb4b2a31f45052f1e3998dbd5c Mon Sep 17 00:00:00 2001 From: Jeremy Rand Date: Mon, 21 Mar 2022 11:24:40 +0000 Subject: [PATCH] Bump: Temporarily disable Electrum-NMC project Latest releases don't build in rbm, and I don't have time to fix this right now. --- 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 c01a11c..c1350b2 100755 --- a/tools/namecoin-bump-versions.sh +++ b/tools/namecoin-bump-versions.sh @@ -36,6 +36,13 @@ do continue fi + # electrum-nmc v4.x doesn't work with rbm yet + if [ "${PROJECT}" = "electrum-nmc" ] + then + echo "$PROJECT: project doesn't work with rbm yet; skipping" + continue + fi + # x509-signature-splice branch depends on Go version, so it won't always be the latest if [ "${PROJECT}" = "gox509signaturesplice" ] then