moved static directory and upgraded installation of certs
This commit is contained in:
parent
9c93674918
commit
85beeb938c
@ -3,7 +3,8 @@ set -e
|
|||||||
|
|
||||||
cp -r /src/build/deb/debian .
|
cp -r /src/build/deb/debian .
|
||||||
cp -r /src/configs .
|
cp -r /src/configs .
|
||||||
mkdir server && cp -r /src/server/testcert.* /src/server/static server
|
cp -r /src/static static
|
||||||
|
mkdir cert && cp /src/server/testcert.* cert
|
||||||
|
|
||||||
dpkg-buildpackage -us -uc
|
dpkg-buildpackage -us -uc
|
||||||
mv ../*.deb /out
|
mv ../*.deb /out
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/dh-exec
|
#!/usr/bin/dh-exec
|
||||||
blockbook /opt/blockbook/bch-testnet/bin
|
blockbook /opt/blockbook/bch-testnet/bin
|
||||||
server/testcert.* /opt/blockbook/bch-testnet/cert
|
cert /opt/blockbook/bch-testnet
|
||||||
server/static /opt/blockbook/bch-testnet
|
static /opt/blockbook/bch-testnet
|
||||||
configs/bch-testnet.json => /opt/blockbook/bch-testnet/config/blockchaincfg.json
|
configs/bch-testnet.json => /opt/blockbook/bch-testnet/config/blockchaincfg.json
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/dh-exec
|
#!/usr/bin/dh-exec
|
||||||
blockbook /opt/blockbook/bch/bin
|
blockbook /opt/blockbook/bch/bin
|
||||||
server/testcert.* /opt/blockbook/bch/cert
|
cert /opt/blockbook/bch
|
||||||
server/static /opt/blockbook/bch
|
static /opt/blockbook/bch
|
||||||
configs/bch.json => /opt/blockbook/bch/config/blockchaincfg.json
|
configs/bch.json => /opt/blockbook/bch/config/blockchaincfg.json
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/dh-exec
|
#!/usr/bin/dh-exec
|
||||||
blockbook /opt/blockbook/btc-testnet/bin
|
blockbook /opt/blockbook/btc-testnet/bin
|
||||||
server/testcert.* /opt/blockbook/btc-testnet/cert
|
cert /opt/blockbook/btc-testnet
|
||||||
server/static /opt/blockbook/btc-testnet
|
static /opt/blockbook/btc-testnet
|
||||||
configs/btc-testnet.json => /opt/blockbook/btc-testnet/config/blockchaincfg.json
|
configs/btc-testnet.json => /opt/blockbook/btc-testnet/config/blockchaincfg.json
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/dh-exec
|
#!/usr/bin/dh-exec
|
||||||
blockbook /opt/blockbook/btc/bin
|
blockbook /opt/blockbook/btc/bin
|
||||||
server/testcert.* /opt/blockbook/btc/cert
|
cert /opt/blockbook/btc
|
||||||
server/static /opt/blockbook/btc
|
static /opt/blockbook/btc
|
||||||
configs/btc.json => /opt/blockbook/btc/config/blockchaincfg.json
|
configs/btc.json => /opt/blockbook/btc/config/blockchaincfg.json
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/dh-exec --with=install
|
#!/usr/bin/dh-exec --with=install
|
||||||
blockbook /opt/blockbook/zec/bin
|
blockbook /opt/blockbook/zec/bin
|
||||||
server/testcert.* /opt/blockbook/zec/cert
|
cert /opt/blockbook/zec
|
||||||
server/static /opt/blockbook/zec
|
static /opt/blockbook/zec
|
||||||
configs/zec.json => /opt/blockbook/zec/config/blockchaincfg.json
|
configs/zec.json => /opt/blockbook/zec/config/blockchaincfg.json
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user