aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2017-03-22 11:33:26 +0200
committerRiccardo Spagni <ric@spagni.net>2017-03-22 11:33:26 +0200
commiteb24356a95db7a1453b8d0d248ac83770d02ddb4 (patch)
treeb4ca9ec5e2c3bdb0274b4b5030a184d784df81d0
parent5952ff96d7cf10523bd1d8b468f2cadeb51cf33f (diff)
parent93e20be247cc02484209326a7018d5f7f5196c19 (diff)
downloadmonzero-gui-eb24356a95db7a1453b8d0d248ac83770d02ddb4.tar.gz
monzero-gui-eb24356a95db7a1453b8d0d248ac83770d02ddb4.tar.xz
monzero-gui-eb24356a95db7a1453b8d0d248ac83770d02ddb4.zip
Merge pull request #584
93e20be pin submodule to v0.10.3 instead of hash (Jaquee)
-rwxr-xr-xget_libwallet_api.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/get_libwallet_api.sh b/get_libwallet_api.sh
index 5b61a1f6..a8f1efbd 100755
--- a/get_libwallet_api.sh
+++ b/get_libwallet_api.sh
@@ -15,7 +15,9 @@ BUILD_LIBWALLET=false
if [ ! -d $MONERO_DIR/src ]; then
git submodule init monero
fi
-git submodule update
+#git submodule update
+git -C $MONERO_DIR fetch --tags
+git -C $MONERO_DIR checkout v0.10.3
# get monero core tag
get_tag