File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1010[submodule "mcxx "]
1111 path = mcxx
1212 url = ../mcxx.git
13+ [submodule "ait "]
14+ path = ait
15+ url = ../ait.git
16+ branch = master
1317[submodule "extrae "]
1418 path = extrae
1519 url = ../extrae.git
1620[submodule "ompss-at-fpga-kernel-module "]
1721 path = ompss-at-fpga-kernel-module
1822 url = ../ompss-at-fpga-kernel-module.git
19- [submodule "ait "]
20- path = ait
21- url = ../ait.git
22- branch = master-public
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ pushd `dirname ${BASH_SOURCE[0]}`/../ >/dev/null
2424 git submodule update --remote --checkout --recursive
2525 pushd ait
2626 # NOTE: The default branch in private AIT repo is master-public instead of master
27- git fetch origin master-public
27+ git fetch origin master
2828 git checkout FETCH_HEAD
2929 popd
3030 ./scripts/commit_release.sh ${VERSION}
You can’t perform that action at this time.
0 commit comments