Browse Source

Release script supports branches.

cl-refactor
Gav Wood 11 years ago
parent
commit
201f4f7beb
  1. 2
      release.sh

2
release.sh

@ -2,6 +2,7 @@
dist="saucy"
version=$1
branch="$(git branch | grep \* | cut -c 3-)"
if [[ ! "$3" == "" ]]; then
if [[ ! "$4" == "" ]]; then
@ -25,6 +26,7 @@ cd /tmp
echo Checking out...
git clone $opwd
cd cpp-ethereum
git checkout "$branch"
if [ "$1" == "" ]; then
archdir="cpp-ethereum-$(date +%Y%m%d)"

Loading…
Cancel
Save