]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
autogen.sh: git submodule sync 2992/head
authorLoic Dachary <ldachary@redhat.com>
Mon, 24 Nov 2014 11:35:50 +0000 (12:35 +0100)
committerLoic Dachary <ldachary@redhat.com>
Mon, 24 Nov 2014 11:35:50 +0000 (12:35 +0100)
commit61cae5413775cf0b3590336ad587d7bf501926f3
tree068dee9f8ab6eca4cf30917e282af000c9db80fe
parent42974e12f63b182b5b678d9ad131dd4022c11372
autogen.sh: git submodule sync

It is not enough to git submodule update on a existing git clone: if the
URL of the repository has been changed, the

   git submodule sync

command must be called to synchronizes submodules' remote URL
configuration setting to the value specified in .gitmodules.

http://tracker.ceph.com/issues/10173 Fixes: #10173

Signed-off-by: Loic Dachary <ldachary@redhat.com>
autogen.sh