|
|
@ -1,16 +1,16 @@ |
|
|
|
#!/bin/bash |
|
|
|
#!/bin/bash |
|
|
|
set -ex |
|
|
|
set -ex |
|
|
|
# |
|
|
|
|
|
|
|
# Update top-level modules as a baseline |
|
|
|
# Update top-level modules as a baseline |
|
|
|
git submodule update --init --recursive |
|
|
|
git submodule update --init --recursive |
|
|
|
# |
|
|
|
|
|
|
|
# Use fixed master branch of circle-stdlib then re-update |
|
|
|
# Use fixed master branch of circle-stdlib then re-update |
|
|
|
cd circle-stdlib/ |
|
|
|
cd circle-stdlib/ |
|
|
|
git reset --hard |
|
|
|
git reset --hard |
|
|
|
git checkout 3bd135d |
|
|
|
git checkout 3bd135d |
|
|
|
git submodule update --init --recursive |
|
|
|
git submodule update --init --recursive |
|
|
|
cd - |
|
|
|
cd - |
|
|
|
# |
|
|
|
|
|
|
|
# Optional update submodules explicitly |
|
|
|
# Optional update submodules explicitly |
|
|
|
cd circle-stdlib/libs/circle |
|
|
|
cd circle-stdlib/libs/circle |
|
|
|
git reset --hard |
|
|
|
git reset --hard |
|
|
@ -19,7 +19,7 @@ cd - |
|
|
|
cd circle-stdlib/libs/circle-newlib |
|
|
|
cd circle-stdlib/libs/circle-newlib |
|
|
|
#git checkout develop |
|
|
|
#git checkout develop |
|
|
|
cd - |
|
|
|
cd - |
|
|
|
# |
|
|
|
|
|
|
|
# Use fixed master branch of Synth_Dexed |
|
|
|
# Use fixed master branch of Synth_Dexed |
|
|
|
cd Synth_Dexed/ |
|
|
|
cd Synth_Dexed/ |
|
|
|
git reset --hard |
|
|
|
git reset --hard |
|
|
|