Skip to content

Commit

Permalink
v0.7.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kexkey committed Jun 22, 2021
1 parent a2efce0 commit 3b79724
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 31 deletions.
18 changes: 9 additions & 9 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

TRACING=1

# CYPHERNODE VERSION "v0.7.0-rc.1"
CONF_VERSION="v0.7.0-rc.1-local"
GATEKEEPER_VERSION="v0.7.0-rc.1-local"
TOR_VERSION="v0.7.0-rc.1-local"
PROXY_VERSION="v0.7.0-rc.1-local"
NOTIFIER_VERSION="v0.7.0-rc.1-local"
PROXYCRON_VERSION="v0.7.0-rc.1-local"
OTSCLIENT_VERSION="v0.7.0-rc.1-local"
PYCOIN_VERSION="v0.7.0-rc.1-local"
# CYPHERNODE VERSION "v0.7.0-rc.2"
CONF_VERSION="v0.7.0-rc.2-local"
GATEKEEPER_VERSION="v0.7.0-rc.2-local"
TOR_VERSION="v0.7.0-rc.2-local"
PROXY_VERSION="v0.7.0-rc.2-local"
NOTIFIER_VERSION="v0.7.0-rc.2-local"
PROXYCRON_VERSION="v0.7.0-rc.2-local"
OTSCLIENT_VERSION="v0.7.0-rc.2-local"
PYCOIN_VERSION="v0.7.0-rc.2-local"

trace()
{
Expand Down
2 changes: 1 addition & 1 deletion cyphernodeconf_docker/build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh

VERSION=v0.7.0-rc.1
VERSION=v0.7.0-rc.2

docker build . -t cyphernode/cyphernodeconf:${VERSION}
16 changes: 8 additions & 8 deletions cyphernodeconf_docker/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
export SETUP_DIR=$(pwd)/../dist
export DEFAULT_USER=$USER
export DEFAULT_CERT_HOSTNAME=disk0book.local
export PROXYCRON_VERSION=v0.7.0-rc.1
export PYCOIN_VERSION=v0.7.0-rc.1
export SETUP_VERSION=v0.7.0-rc.1
export PROXYCRON_VERSION=v0.7.0-rc.2
export PYCOIN_VERSION=v0.7.0-rc.2
export SETUP_VERSION=v0.7.0-rc.2
export BITCOIN_VERSION=v0.21.1
export LIGHTNING_VERSION=v0.10.0
export DEFAULT_DATADIR_BASE=$HOME
export GATEKEEPER_VERSION=v0.7.0-rc.1
export TOR_VERSION=v0.7.0-rc.1
export PROXY_VERSION=v0.7.0-rc.1
export OTSCLIENT_VERSION=v0.7.0-rc.1
export NOTIFIER_VERSION=v0.7.0-rc.1
export GATEKEEPER_VERSION=v0.7.0-rc.2
export TOR_VERSION=v0.7.0-rc.2
export PROXY_VERSION=v0.7.0-rc.2
export OTSCLIENT_VERSION=v0.7.0-rc.2
export NOTIFIER_VERSION=v0.7.0-rc.2
export EDITOR=/usr/bin/nano
export TRAEFIK_VERSION="v1.7.9-alpine"
export MOSQUITTO_VERSION="1.6"
Expand Down
20 changes: 10 additions & 10 deletions dist/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -849,16 +849,16 @@ ALWAYSYES=0
SUDO_REQUIRED=0
AUTOSTART=0

# CYPHERNODE VERSION "v0.7.0-rc.1"
SETUP_VERSION="v0.7.0-rc.1"
CONF_VERSION="v0.7.0-rc.1"
GATEKEEPER_VERSION="v0.7.0-rc.1"
TOR_VERSION="v0.7.0-rc.1"
PROXY_VERSION="v0.7.0-rc.1"
NOTIFIER_VERSION="v0.7.0-rc.1"
PROXYCRON_VERSION="v0.7.0-rc.1"
OTSCLIENT_VERSION="v0.7.0-rc.1"
PYCOIN_VERSION="v0.7.0-rc.1"
# CYPHERNODE VERSION "v0.7.0-rc.2"
SETUP_VERSION="v0.7.0-rc.2"
CONF_VERSION="v0.7.0-rc.2"
GATEKEEPER_VERSION="v0.7.0-rc.2"
TOR_VERSION="v0.7.0-rc.2"
PROXY_VERSION="v0.7.0-rc.2"
NOTIFIER_VERSION="v0.7.0-rc.2"
PROXYCRON_VERSION="v0.7.0-rc.2"
OTSCLIENT_VERSION="v0.7.0-rc.2"
PYCOIN_VERSION="v0.7.0-rc.2"
CYPHERAPPS_VERSION="releases/v0.7.0"
BITCOIN_VERSION="v0.21.1"
LIGHTNING_VERSION="v0.10.0"
Expand Down
6 changes: 3 additions & 3 deletions docker-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ aarch64_docker="arm64"
#arch_docker=${aarch64_docker}
arch_docker=${x86_docker}

v1="v0-rc.1"
v2="v0.7-rc.1"
v3="v0.7.0-rc.1"
v1="v0-rc.2"
v2="v0.7-rc.2"
v3="v0.7.0-rc.2"

echo "\nBuilding Cyphernode Core containers\n"
echo "arch_docker=$arch_docker\n"
Expand Down

0 comments on commit 3b79724

Please sign in to comment.