Merge pull request #715

afac713 pin monero submodule to HEAD (Jaquee)
This commit is contained in:
Riccardo Spagni 2017-05-06 19:42:21 +02:00
commit d744d393f9
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

View file

@ -15,9 +15,9 @@ BUILD_LIBWALLET=false
if [ ! -d $MONERO_DIR/src ]; then
git submodule init monero
fi
git submodule update
git -C $MONERO_DIR fetch --tags
git -C $MONERO_DIR checkout v0.10.3.1
git submodule update --remote
# git -C $MONERO_DIR fetch --tags
# git -C $MONERO_DIR checkout v0.10.3.1
# get monero core tag
get_tag