make release fixes

This commit is contained in:
Peter D. Gray 2022-04-25 12:10:12 -04:00
parent ea538cc45a
commit 6a1509f845
No known key found for this signature in database
GPG Key ID: F0E6CC6AFC16CF7B
2 changed files with 4 additions and 4 deletions

View File

@ -266,7 +266,7 @@ ifeq ($(PUBLISHED_BIN),)
@echo "Need published binary for: $(VERSION_STRING)"
@echo ""
@echo "Code in repro-build.sh should have placed it there already!?"
false
@echo ""
else
@echo Comparing against: $(PUBLISHED_BIN)
test -n "$(PUBLISHED_BIN)" -a -f $(PUBLISHED_BIN)

View File

@ -40,10 +40,10 @@ else
# fetch a copy of the required binary
PUBLISHED_BIN=`grep -F $VERSION_STRING signatures.txt | dd bs=66 skip=1`
if [ -z "$PUBLISHED_BIN" ]; then
echo "Cannot determine release date / full file name. Stop."
exit 1
echo "No existing signature for this binary version. Nothing to check against."
else
wget -S https://coldcard.com/downloads/$PUBLISHED_BIN
fi
wget -S https://coldcard.com/downloads/$PUBLISHED_BIN
fi
cd ../stm32