mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Use "develop" for debian version name.
This commit is contained in:
parent
10c0953d0c
commit
0f08c1366b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user