Fix rtd-verify submodule update command 42/66742/3
authorEric Ball <eball@linuxfoundation.org>
Fri, 5 Feb 2021 00:11:09 +0000 (16:11 -0800)
committerEric Ball <eball@linuxfoundation.org>
Fri, 12 Feb 2021 18:07:31 +0000 (10:07 -0800)
commit9782f58bfec1b324e092e17d42674b44797f2a12
treeec7c695c66df6693d0a0971882d0056f6794dbd6
parent43e8d01716072314eb7d90cb1da1db4b431bb6cd
Fix rtd-verify submodule update command

The old version is missing the "--init" flag, which causes it to not
add new submodules. This did not show up as an issue until a new
submodule was added in a production environment.
Additionally, the "--recursive" flag has been included to ensure
proper loading of recursive submodules.

Issue: IT-21490
Change-Id: Ie882980d3721ae0e1fea9fa1d3321b86d18be484
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
releasenotes/notes/fix-rtd-verify-9af795a7c4c6ecc6.yaml [new file with mode: 0644]
shell/rtd-verify.sh