Merge pull request #1196 from ethereum/solc-bin-publish-update

solc-bin publish script should let the update script decide which files changed
This commit is contained in:
chriseth 2016-10-14 11:57:32 +02:00 committed by GitHub
commit 2d9109ba45

View File

@ -84,8 +84,6 @@ fi
# This file is assumed to be the product of the build_emscripten.sh script.
cp ../soljson.js ./bin/"soljson-$FULLVERSION.js"
node ./update
cd bin
git add .
git add ../soljson.js
git commit -m "Added compiler version $FULLVERSION"
git add ./bin/"soljson-$FULLVERSION.js"
git commit -a -m "Added compiler version $FULLVERSION"
git push origin gh-pages