diff --git a/build.sh b/build.sh index 3557eb1..fdda705 100755 --- a/build.sh +++ b/build.sh @@ -3,15 +3,15 @@ TRACING=1 # CYPHERNODE VERSION "v0.1.1" -CONF_VERSION="v0.2.0-rc.6-local" -GATEKEEPER_VERSION="v0.2.0-rc.6-local" -PROXY_VERSION="v0.2.0-rc.6-local" -PROXYCRON_VERSION="v0.2.0-rc.6-local" -OTSCLIENT_VERSION="v0.2.0-rc.6-local" -PYCOIN_VERSION="v0.2.0-rc.6-local" +CONF_VERSION="v0.2.0-local" +GATEKEEPER_VERSION="v0.2.0-local" +PROXY_VERSION="v0.2.0-local" +PROXYCRON_VERSION="v0.2.0-local" +OTSCLIENT_VERSION="v0.2.0-local" +PYCOIN_VERSION="v0.2.0-local" BITCOIN_VERSION="v0.17.1" LIGHTNING_VERSION="v0.7.0" -GRAFANA_VERSION="v0.2.0-rc.6-local" +GRAFANA_VERSION="v0.2.0-local" trace() { diff --git a/dist/setup.sh b/dist/setup.sh index 6ecafa3..bb68b4d 100755 --- a/dist/setup.sh +++ b/dist/setup.sh @@ -711,12 +711,12 @@ AUTOSTART=0 # CYPHERNODE VERSION "v0.1.1" VERSION_OVERRIDE="true" -CONF_VERSION="v0.2.0-rc.6" -GATEKEEPER_VERSION="v0.2.0-rc.6" -PROXY_VERSION="v0.2.0-rc.6" -PROXYCRON_VERSION="v0.2.0-rc.6" -OTSCLIENT_VERSION="v0.2.0-rc.6" -PYCOIN_VERSION="v0.2.0-rc.6" +CONF_VERSION="v0.2.0" +GATEKEEPER_VERSION="v0.2.0" +PROXY_VERSION="v0.2.0" +PROXYCRON_VERSION="v0.2.0" +OTSCLIENT_VERSION="v0.2.0" +PYCOIN_VERSION="v0.2.0" BITCOIN_VERSION="v0.17.1" LIGHTNING_VERSION="v0.7.0" @@ -742,10 +742,10 @@ returncode=$? if [[ $returncode -eq 1 ]]; then # grep found the file but didn't find xpub in it - echo "Previous Cyphernode installation detected." - echo "Running migration scripts..." + echo "\nPrevious Cyphernode installation detected." + echo "Running migration scripts...\n" - echo "You will be asked to enter your admin passphrase twice while migrating. It is the passphrase you used when installing previous verison of Cyphernode." + echo "You will be asked to enter your admin passphrase twice while migrating. It is the passphrase you used when installing previous verison of Cyphernode.\n" # We want to add the 000 KEY_ID (Stats) and update the api.properties file with new endpoints docker run --rm -it -v "$SETUP_DIR:/conf" alpine:3.8 sh -c "apk add --no-cache --update curl ; curl -fsSL https://raw.githubusercontent.com/SatoshiPortal/cyphernode/${GATEKEEPER_VERSION}/api_auth_docker/api-sample.properties -o /conf/api-sample.properties" diff --git a/docker-build.sh b/docker-build.sh index 9d3ffc2..f6264de 100755 --- a/docker-build.sh +++ b/docker-build.sh @@ -91,9 +91,9 @@ arm="arm32v6" #arch=${arm} arch=${x86} -v1="v0-rc.6" -v2="v0.2-rc.6" -v3="v0.2.0-rc.6" +v1="v0" +v2="v0.2" +v3="v0.2.0" echo "arch=$arch"