aboutsummaryrefslogtreecommitdiff
path: root/get_libwallet_api.sh
diff options
context:
space:
mode:
authorJaquee <jaquee.monero@gmail.com>2017-03-20 22:59:21 +0100
committerJaquee <jaquee.monero@gmail.com>2017-03-20 22:59:21 +0100
commit93e20be247cc02484209326a7018d5f7f5196c19 (patch)
tree71d6333708b560dcc39dbe6c4c6e9c31355a4533 /get_libwallet_api.sh
parenta32b30e98be7cce8d6e929145e66df6e7b74332f (diff)
downloadmonzero-gui-93e20be247cc02484209326a7018d5f7f5196c19.tar.gz
monzero-gui-93e20be247cc02484209326a7018d5f7f5196c19.tar.xz
monzero-gui-93e20be247cc02484209326a7018d5f7f5196c19.zip
pin submodule to v0.10.3 instead of hash
Diffstat (limited to 'get_libwallet_api.sh')
-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