diff options
author | chriseth <c@ethdev.com> | 2016-09-18 00:37:47 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2016-09-18 00:37:47 +0800 |
commit | 0f08c1366bf047f1258ef378e3cc49b59db64003 (patch) | |
tree | ed38fbf383fa6e9e9007463abbf04dc7b8f4fa18 /scripts/release_ppa.sh | |
parent | 10c0953d0c9c47742fe32ed115a68f5da1ab2fe7 (diff) | |
download | dexon-solidity-0f08c1366bf047f1258ef378e3cc49b59db64003.tar.gz dexon-solidity-0f08c1366bf047f1258ef378e3cc49b59db64003.tar.zst dexon-solidity-0f08c1366bf047f1258ef378e3cc49b59db64003.zip |
Use "develop" for debian version name.
Diffstat (limited to 'scripts/release_ppa.sh')
-rwxr-xr-x | scripts/release_ppa.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/release_ppa.sh b/scripts/release_ppa.sh index 6a30faf5..7231f582 100755 --- a/scripts/release_ppa.sh +++ b/scripts/release_ppa.sh @@ -59,7 +59,7 @@ commitdate=`git show --format=%ci HEAD | head -n 1 | cut - -b1-10 | sed -e 's/-0 echo "$commithash" > commit_hash.txt if [ $branch = develop ] then - debversion="$version-nightly-$commitdate-$commithash" + debversion="$version-develop-$commitdate-$commithash" else debversion="$version" echo -n > prerelease.txt # proper release |