Skip to content

Commit

Permalink
Merge pull request #336 from JimmyShi22/master
Browse files Browse the repository at this point in the history
Update scripts version to v1.0.0-rc4
  • Loading branch information
JimmyShi22 authored Aug 18, 2020
2 parents 6f87806 + 1f64632 commit eb7bb50
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 21 deletions.
8 changes: 4 additions & 4 deletions demo/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -276,9 +276,9 @@ download_wecross()
LOG_INFO "${name} exists."
else
if [ -e download_wecross.sh ];then
bash download_wecross.sh -t v1.0.0-rc3
bash download_wecross.sh -t v1.0.0-rc4
else
bash <(curl -sL https://github.com/WeBankFinTech/WeCross/releases/download/resources/download_wecross.sh) -t v1.0.0-rc3
bash <(curl -sL https://github.com/WeBankFinTech/WeCross/releases/download/resources/download_wecross.sh) -t v1.0.0-rc4
fi
fi
}
Expand All @@ -292,9 +292,9 @@ download_wecross_console()
LOG_INFO "${name} exists."
else
if [ -e download_console.sh ];then
bash download_console.sh -t v1.0.0-rc3
bash download_console.sh -t v1.0.0-rc4
else
bash <(curl -sL https://github.com/WeBankFinTech/WeCross/releases/download/resources/download_console.sh) -t v1.0.0-rc3
bash <(curl -sL https://github.com/WeBankFinTech/WeCross/releases/download/resources/download_console.sh) -t v1.0.0-rc4
fi
fi
}
Expand Down
8 changes: 4 additions & 4 deletions demo/build_cross_gm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -275,19 +275,19 @@ download_wecross()
# Download
LOG_INFO "Download WeCross ..."
if [ -e download_wecross.sh ];then
bash download_wecross.sh -t v1.0.0-rc3
bash download_wecross.sh -t v1.0.0-rc4
else
bash <(curl -sL https://github.com/WeBankFinTech/WeCross/releases/download/resources/download_wecross.sh) -t v1.0.0-rc3
bash <(curl -sL https://github.com/WeBankFinTech/WeCross/releases/download/resources/download_wecross.sh) -t v1.0.0-rc4
fi
}

download_wecross_console()
{
LOG_INFO "Download WeCross Console ..."
if [ -e download_console.sh ];then
bash download_console.sh -t v1.0.0-rc3
bash download_console.sh -t v1.0.0-rc4
else
bash <(curl -sL https://github.com/WeBankFinTech/WeCross/releases/download/resources/download_console.sh) -t v1.0.0-rc3
bash <(curl -sL https://github.com/WeBankFinTech/WeCross/releases/download/resources/download_console.sh) -t v1.0.0-rc4
fi
}

Expand Down
8 changes: 4 additions & 4 deletions demo/build_cross_groups.sh
Original file line number Diff line number Diff line change
Expand Up @@ -260,19 +260,19 @@ download_wecross()
# Download
LOG_INFO "Download WeCross ..."
if [ -e download_wecross.sh ];then
bash download_wecross.sh -t v1.0.0-rc3
bash download_wecross.sh -t v1.0.0-rc4
else
bash <(curl -sL https://github.com/WeBankFinTech/WeCross/releases/download/resources/download_wecross.sh) -t v1.0.0-rc3
bash <(curl -sL https://github.com/WeBankFinTech/WeCross/releases/download/resources/download_wecross.sh) -t v1.0.0-rc4
fi
}

download_wecross_console()
{
LOG_INFO "Download WeCross Console ..."
if [ -e download_console.sh ];then
bash download_console.sh -t v1.0.0-rc3
bash download_console.sh -t v1.0.0-rc4
else
bash <(curl -sL https://github.com/WeBankFinTech/WeCross/releases/download/resources/download_console.sh) -t v1.0.0-rc3
bash <(curl -sL https://github.com/WeBankFinTech/WeCross/releases/download/resources/download_console.sh) -t v1.0.0-rc4
fi
}

Expand Down
8 changes: 4 additions & 4 deletions demo/build_single_bcos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,9 @@ download_wecross()
LOG_INFO "${name} exists."
else
if [ -e download_wecross.sh ];then
bash download_wecross.sh -t v1.0.0-rc3
bash download_wecross.sh -t v1.0.0-rc4
else
bash <(curl -sL https://github.com/WeBankFinTech/WeCross/releases/download/resources/download_wecross.sh) -t v1.0.0-rc3
bash <(curl -sL https://github.com/WeBankFinTech/WeCross/releases/download/resources/download_wecross.sh) -t v1.0.0-rc4
fi
fi
}
Expand All @@ -187,9 +187,9 @@ download_wecross_console()
LOG_INFO "${name} exists."
else
if [ -e download_console.sh ];then
bash download_console.sh -t v1.0.0-rc3
bash download_console.sh -t v1.0.0-rc4
else
bash <(curl -sL https://github.com/WeBankFinTech/WeCross/releases/download/resources/download_console.sh) -t v1.0.0-rc3
bash <(curl -sL https://github.com/WeBankFinTech/WeCross/releases/download/resources/download_console.sh) -t v1.0.0-rc4
fi
fi
}
Expand Down
2 changes: 1 addition & 1 deletion scripts/download_console.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

LANG=en_US.utf8

default_compatibility_version=v1.0.0-rc3 # update this every release
default_compatibility_version=v1.0.0-rc4 # update this every release

compatibility_version=
enable_build_from_resource=0
Expand Down
2 changes: 1 addition & 1 deletion scripts/download_demo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

LANG=en_US.utf8

default_compatibility_version=v1.0.0-rc3 # update this every release
default_compatibility_version=v1.0.0-rc4 # update this every release

compatibility_version=

Expand Down
4 changes: 2 additions & 2 deletions scripts/download_plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ Usage:
<tag/branch>: certain tag or branch to download
e.g
bash $0 BCOS2 v1.0.0-rc3
bash $0 Fabric1 v1.0.0-rc3
bash $0 BCOS2 v1.0.0-rc4
bash $0 Fabric1 v1.0.0-rc4
EOF
exit 0
}
Expand Down
2 changes: 1 addition & 1 deletion scripts/download_wecross.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LANG=en_US.utf8
enable_build_from_resource=0
compatibility_version=

default_compatibility_version=v1.0.0-rc3 # update this every release
default_compatibility_version=v1.0.0-rc4 # update this every release
deps_dir=$(pwd)'/WeCross/plugin/'
src_dir=$(pwd)'/src/'

Expand Down

0 comments on commit eb7bb50

Please sign in to comment.