mirror of
https://github.com/openoms/joininbox.git
synced 2026-08-19 13:18:11 +02:00
update joinmarket to v0.9.9 (#109)
This commit is contained in:
parent
69fe9bd32d
commit
ff92dec46c
2 changed files with 4 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue