diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2019-07-04 23:55:38 +0200 |
---|---|---|
committer | Eric Debeau <eric.debeau@orange.com> | 2019-07-05 09:43:13 +0000 |
commit | 997041f4d07fdf44fb67de88a8bf2bcfc6f37352 (patch) | |
tree | f3c5e7ef9179b6138b0118d3be7fb4cf4fb1c3f4 /.gitmodules | |
parent | 8d4c0c9c397f7ef1f3c5bc374dcbba981ae6dc89 (diff) |
Remove trailing slash in osa submodule
Gerrit is not properly updating doc repo when we merge patches
in osa repo.
My current theory is that gerrit cannot properly match
a submodule to gerrit project as in .gitmodules project name is
written with trailing slash. As it's the only submodule that has this
trailing slash let's give it a try and remove that slash.
Issue-ID: SECCOM-246
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I578432a6518c94ad8911202542a9a037acc60db5
(cherry picked from commit bf2a337cff9ce673cae3808c5591090f88932a54)
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index d78cf40be..7e89be0ad 100644 --- a/.gitmodules +++ b/.gitmodules @@ -405,6 +405,6 @@ ignore = dirty [submodule "docs/submodules/osa.git"] path = docs/submodules/osa.git - url = ../osa/ + url = ../osa branch = master ignore = dirty |