From 3d6ede0c58bb75da2fdf1711be7c9b8a3d44dab2 Mon Sep 17 00:00:00 2001 From: Rando <5chdn@users.noreply.github.com> Date: Thu, 1 Mar 2018 19:18:26 +0100 Subject: [PATCH] Make 1.10 beta (#8022) * Make 1.10 beta * Fix gitlab builds --- scripts/gitlab-build.sh | 2 +- util/version/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/gitlab-build.sh b/scripts/gitlab-build.sh index 69e91569a..3df391e17 100755 --- a/scripts/gitlab-build.sh +++ b/scripts/gitlab-build.sh @@ -307,7 +307,7 @@ case $BUILD_PLATFORM in snapcraft clean echo "Prepare snapcraft.yaml for build on Gitlab CI in Docker image" sed -i 's/git/'"$VER"'/g' snap/snapcraft.yaml - if [[ "$CI_BUILD_REF_NAME" = "beta" || "$VER" == *1.9* ]]; + if [[ "$CI_BUILD_REF_NAME" = "beta" || "$VER" == *1.10* ]]; then sed -i -e 's/grade: devel/grade: stable/' snap/snapcraft.yaml; fi diff --git a/util/version/Cargo.toml b/util/version/Cargo.toml index 37c3d627b..374b46d11 100644 --- a/util/version/Cargo.toml +++ b/util/version/Cargo.toml @@ -10,7 +10,7 @@ build = "build.rs" [package.metadata] # This versions track. Should be changed to `stable` or `beta` when on respective branches. # Used by auto-updater and for Parity version string. -track = "nightly" +track = "beta" # Indicates a critical release in this track (i.e. consensus issue) critical = false