mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-18 23:53:41 +02:00
Merge pull request #584
93e20be
pin submodule to v0.10.3 instead of hash (Jaquee)
This commit is contained in:
commit
eb24356a95
@ -15,7 +15,9 @@ BUILD_LIBWALLET=false
|
|||||||
if [ ! -d $MONERO_DIR/src ]; then
|
if [ ! -d $MONERO_DIR/src ]; then
|
||||||
git submodule init monero
|
git submodule init monero
|
||||||
fi
|
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 monero core tag
|
||||||
get_tag
|
get_tag
|
||||||
|
Loading…
Reference in New Issue
Block a user