mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Also put prerelease.txt into release tarball.
This commit is contained in:
parent
2f0bd377ff
commit
b741f51bde
@ -26,6 +26,10 @@ REPO_ROOT="$(dirname "$0")"/..
|
||||
git submodule foreach 'git checkout-index -a --prefix="'"$SOLDIR"'/$path/"'
|
||||
# Store the commit hash
|
||||
echo "$commithash" > "$SOLDIR/commit_hash.txt"
|
||||
if [ -e prerelease.txt -a ! -s prerelease.txt ]
|
||||
then
|
||||
cp prerelease.txt "$SOLDIR/"
|
||||
fi
|
||||
# Add dependencies
|
||||
mkdir -p "$SOLDIR/deps/downloads/" 2>/dev/null || true
|
||||
wget -O "$SOLDIR/deps/downloads/jsoncpp-1.7.7.tar.gz" https://github.com/open-source-parsers/jsoncpp/archive/1.7.7.tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user