From cdb9376b85433d24e2fa543eeeaa55239508f724 Mon Sep 17 00:00:00 2001 From: Jaquee Date: Sat, 18 Mar 2017 21:59:53 +0100 Subject: Update monero submodule to v0.10.3 --- get_libwallet_api.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'get_libwallet_api.sh') diff --git a/get_libwallet_api.sh b/get_libwallet_api.sh index ee04e6c8..5b61a1f6 100755 --- a/get_libwallet_api.sh +++ b/get_libwallet_api.sh @@ -15,7 +15,7 @@ BUILD_LIBWALLET=false if [ ! -d $MONERO_DIR/src ]; then git submodule init monero fi -git submodule update --remote +git submodule update # get monero core tag get_tag -- cgit v1.2.3 From 93e20be247cc02484209326a7018d5f7f5196c19 Mon Sep 17 00:00:00 2001 From: Jaquee Date: Mon, 20 Mar 2017 22:59:21 +0100 Subject: pin submodule to v0.10.3 instead of hash --- get_libwallet_api.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'get_libwallet_api.sh') 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 -- cgit v1.2.3