X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=releasenotes%2Fnotes%2Fsubmodule-disable-007e41e593d9b11c.yaml;fp=releasenotes%2Fnotes%2Fsubmodule-disable-007e41e593d9b11c.yaml;h=5a2774b3e7424e4e607f8bd3d2a3c84fd28e1eda;hb=00d1d5eda276c8cf5f03b000bf6df8e9656080e5;hp=0000000000000000000000000000000000000000;hpb=29fc3d4f88893535afb20d81c09d4c6d70775a61;p=releng%2Fglobal-jjb.git diff --git a/releasenotes/notes/submodule-disable-007e41e593d9b11c.yaml b/releasenotes/notes/submodule-disable-007e41e593d9b11c.yaml new file mode 100644 index 00000000..5a2774b3 --- /dev/null +++ b/releasenotes/notes/submodule-disable-007e41e593d9b11c.yaml @@ -0,0 +1,16 @@ +--- +features: + - | + **lf-infra-gerrit-scm** and **lf-infra-github-scm** now require a + ``submodule-disable`` parameter (bool) to control whether submodules + are ignored or not during git fetch operations. + - | + All job-templates now provide an optional ``submodule-disable`` parameter + for git fetch operations, defaulting to ``false``. + +upgrade: + - | + Any project using the **lf-infra-gerrit-scm** and **lf-infra-github-scm** + macros in global-jjb should need to add a ``submodule-disable`` value. It + is recommended to default this value to ``false`` since it is the + default used by the Jenkins Git Plugin.