diff --git a/buildkite/scripts/debian/promote.sh b/buildkite/scripts/debian/promote.sh index f0a59ac369e..491e77f562e 100755 --- a/buildkite/scripts/debian/promote.sh +++ b/buildkite/scripts/debian/promote.sh @@ -29,7 +29,7 @@ function usage() { echo " -t, --to-component The target channel for package (unstable, alpha, beta etc.)" echo " -c, --codename The Debian codename (bullseye, focal etc.)" echo "" - echo "Example: $0 --package mina-archive --version 2.0.0berkeley-rc1-berkeley-48efea4 --architecture amd64 --codename bullseye --from-component unstable --to-component nightly" + echo "Example: $0 --package mina-archive --version 2.0.0-rc1-48efea4 --architecture amd64 --codename bullseye --from-component unstable --to-component nightly" exit 1 } diff --git a/buildkite/scripts/promote-docker.sh b/buildkite/scripts/promote-docker.sh index b59e9a61043..67c5d93f748 100755 --- a/buildkite/scripts/promote-docker.sh +++ b/buildkite/scripts/promote-docker.sh @@ -19,12 +19,12 @@ function usage() { echo -e "${RED}☞ $1${CLEAR}\n"; fi echo "Usage: $0 [-n name] [-v version] [-t tag] [-c codename] " - echo " -n, --name The Docker name (mina-berkeley, mina-archive etc.)" + echo " -n, --name The Docker name (mina-devnet, mina-archive etc.)" echo " -v, --version The Docker version" echo " -t, --tag The Additional tag" echo " -p, --publish The Publish to docker.io flag. If defined script will publish docker do docker.io. Otherwise it will still resides in gcr.io" echo "" - echo "Example: $0 --name mina-archive --version 2.0.0berkeley-rc1-berkeley-48efea4 --tag berkeley-latest-nightly-bullseye " + echo "Example: $0 --name mina-archive --version 2.0.0-rc1-48efea4 --tag devnet-latest-nightly-bullseye " exit 1 } diff --git a/buildkite/src/README.md b/buildkite/src/README.md index e8bfe284ddb..d020eb0d2c2 100644 --- a/buildkite/src/README.md +++ b/buildkite/src/README.md @@ -160,7 +160,7 @@ All list of available parameters: - PROFILE The Docker and Debian profile (Standard, Lightnet)". All available profiles are located in `buildkite/src/Constants/Profiles.dhall` file. Only CamelCase format is supported -- NETWORK The Docker and Debian network (Devnet, Mainnet, Berkeley). All available profiles are located in `buildkite/src/Constants/Network.dhall` file. Only CamelCase format is supported +- NETWORK The Docker and Debian network (Devnet, Mainnet). All available profiles are located in `buildkite/src/Constants/Network.dhall` file. Only CamelCase format is supported - FROM_CHANNEL Source debian channel. By default: Unstable. All available channels are located in `buildkite/src/Constants/DebianChannel.dhall` file. Only CamelCase format is supported diff --git a/dockerfiles/Dockerfile-mina-daemon b/dockerfiles/Dockerfile-mina-daemon index 7d43e27bd0e..6288928a149 100644 --- a/dockerfiles/Dockerfile-mina-daemon +++ b/dockerfiles/Dockerfile-mina-daemon @@ -13,8 +13,8 @@ ARG deb_suffix ENV SUFFIX=${deb_suffix:+-${deb_suffix}} # construct mina debian package name based on network and suffix. # possible values: -# - mina-berkeley -# - mina-berkeley-lightnet etc. +# - mina-devnet +# - mina-devnet-lightnet etc. ENV MINA_DEB=mina-${network}${SUFFIX} ENV DEBIAN_FRONTEND noninteractive diff --git a/helm/cron_jobs/README.md b/helm/cron_jobs/README.md index edd63378621..f11fc50f50f 100644 --- a/helm/cron_jobs/README.md +++ b/helm/cron_jobs/README.md @@ -1,7 +1,7 @@ Replayer cron jobs ================== -There are replayer cron jobs for Mainnet, Devnet, and Berkeley. These +There are replayer cron jobs for Mainnet and Devnet. These jobs are run daily, to replay a day's worth of transactions. Each cron job downloads the most recent archive dump corresponding to diff --git a/scripts/debian/publish.sh b/scripts/debian/publish.sh index 80fa3c78a3e..cd9921ebdc8 100755 --- a/scripts/debian/publish.sh +++ b/scripts/debian/publish.sh @@ -24,7 +24,7 @@ function usage() { echo " -v, --version The Debian version" echo " -c, --codename The Debian codename" echo "" - echo "Example: $0 --name mina-archive --release unstable --version 2.0.0berkeley-rc1-berkeley-48efea4 --codename bullseye " + echo "Example: $0 --name mina-archive --release unstable --version 2.0.0-rc1-48efea4 --codename bullseye " exit 1 } diff --git a/scripts/debian/reversion.sh b/scripts/debian/reversion.sh index b17bbbab95b..bd937ca5387 100755 --- a/scripts/debian/reversion.sh +++ b/scripts/debian/reversion.sh @@ -31,7 +31,7 @@ function usage() { echo " --suite The Current Debian suite" echo " --new-suite The New Debian suite" echo "" - echo "Example: $0 --deb mina-archive --version 2.0.0berkeley-rc1-berkeley-48efea4 --new-version 2.0.0berkeley-rc1 --codename bullseye --release unstable --new-release umt" + echo "Example: $0 --deb mina-archive --version 2.0.0-rc1-48efea4 --new-version 2.0.0-rc1 --codename bullseye --release unstable --new-release umt" exit 1 } diff --git a/src/app/rosetta/README.md b/src/app/rosetta/README.md index d99a25923e2..c773623066f 100644 --- a/src/app/rosetta/README.md +++ b/src/app/rosetta/README.md @@ -14,7 +14,8 @@ cat dockerfiles/Dockerfile-mina-rosetta \ --build-arg "network=devnet" \ --build-arg "image=debian:bullseye" \ --build-arg "deb_codename=bullseye" \ - --build-arg "deb_version=2.0.0berkeley-rc1-1551e2f" - + --build-arg "deb_release=devnet" \ + --build-arg "deb_version=2.0.0devnet-rc1-1551e2f" - ``` This creates an image (`mina-rosetta:v2.0.0`) based on Debian Bullseye that @@ -134,7 +135,7 @@ command: $ MINA_ROSETTA_MAX_DB_POOL_SIZE=64 _build/default/src/app/rosetta/rosetta.exe \ --port 3087 \ --graphql-uri http://localhost:3085/graphql \ - --archive-uri postgres://pguser:pguser@localhost:5432/archive_berkeley + --archive-uri postgres://pguser:pguser@localhost:5432/archive ``` The `--graphql-uri` parameter gives the address at which Rosetta can connect to