From afac71383b5b300b4b4d8a2cc5f77203de39ac1d Mon Sep 17 00:00:00 2001 From: Jaquee Date: Sat, 6 May 2017 13:23:45 +0200 Subject: [PATCH] pin monero submodule to HEAD --- get_libwallet_api.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/get_libwallet_api.sh b/get_libwallet_api.sh index 7c1a6f50..06cde6c6 100755 --- a/get_libwallet_api.sh +++ b/get_libwallet_api.sh @@ -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