update joinmarket to v0.9.9 (#109)

This commit is contained in:
openoms 2023-01-30 08:27:47 +00:00 committed by GitHub
parent 69fe9bd32d
commit ff92dec46c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View file

@ -369,6 +369,9 @@ echo "# clone the joininbox repo and copy the scripts"
cd /home/joinmarket || (echo "# User wasn't created"; exit 1)
sudo -u joinmarket git clone -b ${wantedBranch} https://github.com/${githubUser}/joininbox.git
# related issue: https://github.com/openoms/joininbox/issues/102
git config --global --add safe.directory /home/joinmarket/joininbox
cd /home/joinmarket/joininbox || (echo "# Failed git clone"; exit 1)
PGPsigner="openoms"

View file

@ -1,6 +1,6 @@
#!/bin/bash
testedJMversion="v0.9.8"
testedJMversion="v0.9.9"
PGPsigner="waxwing"
PGPpkeys="https://raw.githubusercontent.com/JoinMarket-Org/joinmarket-clientserver/master/pubkeys/AdamGibson.asc"
PGPcheck="2B6FC204D9BF332D062B461A141001A1AF77F20B"