Compare commits

...

2 Commits

Author SHA1 Message Date
luigi1111
755977d1ba Merge pull request #1241
bb12774 Submodule: use v0.12 tag instead of branch
2018-04-02 14:50:04 -05:00
dEBRUYNE-1
bb127744af Submodule: use v0.12 tag instead of branch 2018-04-02 21:35:28 +02:00

View File

@@ -17,7 +17,7 @@ if [ ! -d $MONERO_DIR/src ]; then
fi fi
git submodule update --remote git submodule update --remote
git -C $MONERO_DIR fetch git -C $MONERO_DIR fetch
git -C $MONERO_DIR checkout release-v0.12 git -C $MONERO_DIR checkout v0.12.0.0
# get monero core tag # get monero core tag
get_tag get_tag