Skip to content

Commit 8b4c1de

Browse files
committed
Use master branch for AIT submodule
1 parent 1aa798f commit 8b4c1de

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.gitmodules

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
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

scripts/do_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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}

0 commit comments

Comments
 (0)