Remove trailing slash in osa submodule 18/90918/1
authorKrzysztof Opasiak <k.opasiak@samsung.com>
Thu, 4 Jul 2019 21:55:38 +0000 (23:55 +0200)
committerKrzysztof Opasiak <k.opasiak@samsung.com>
Thu, 4 Jul 2019 22:03:21 +0000 (00:03 +0200)
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

.gitmodules

index d78cf40..7e89be0 100644 (file)
        ignore = dirty
 [submodule "docs/submodules/osa.git"]
        path = docs/submodules/osa.git
-       url = ../osa/
+       url = ../osa
        branch = master
        ignore = dirty