Skip to content

Commit cd04063

Browse files
committedMar 23, 2020
UCG: track master instead of a specific commit id
1 parent f97ae3b commit cd04063

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎.gitmodules

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[submodule "ucg"]
22
path = src/ucg
33
url = https://github.com/openucx/xucg.git
4+
branch = master

‎autogen.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ mkdir -p config/m4 config/aux
3333

3434
if [ "X$with_ucg" = "Xyes" ]
3535
then
36-
git submodule update --init --recursive
36+
git submodule update --init --recursive --remote
3737
fi
3838

3939
autoreconf -v --install || exit 1

0 commit comments

Comments
 (0)
Please sign in to comment.