Fix automated updates of submodules in repo. 27/97527/1
authorKrzysztof Opasiak <k.opasiak@samsung.com>
Thu, 24 Oct 2019 08:50:33 +0000 (10:50 +0200)
committerKrzysztof Opasiak <k.opasiak@samsung.com>
Thu, 24 Oct 2019 09:04:35 +0000 (11:04 +0200)
Since:
acc16aff75 ("Rewrite relative urls in .gitmodules")

automated updates of submodules in doc repo are broken because gerrit
tracks only submodules that are hosted on the same gerrit server.
According to gerrit doc:

"Gerrit will only automatically update superprojects where the submodules
are hosted on the same Gerrit instance as the superproject. Gerrit
determines this by checking that the URL of the submodule specified in
the .gitmodules file starts with gerrit.canonicalWebUrl. The protocol
part is ignored in this check."

To fix this issue let's update all the submodules urls to use
gerrit.onap.org instead of git.onap.org.

Issue-ID: DOC-552
Fixes: acc16aff75 ("Rewrite relative urls in .gitmodules")
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I9298243332dcd8fedcc7c0b72ad90b16979bd6fe


No differences found