[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 10/11] gitlab-ci.yml: Fix the filtering for the git submod
From: |
Willian Rampazzo |
Subject: |
Re: [PATCH v2 10/11] gitlab-ci.yml: Fix the filtering for the git submodules |
Date: |
Thu, 1 Apr 2021 11:17:09 -0300 |
On Thu, Apr 1, 2021 at 7:25 AM Alex Bennée <alex.bennee@linaro.org> wrote:
>
> From: Thomas Huth <thuth@redhat.com>
>
> Commit 7d7dbf9dc15be6e introduced a new line starting with
> "GIT_SUBMODULES_ACTION=" in the config-host.mak file. The grep that
> tries to determine the submodules in the gitlab-ci.yml file matches
> this new line, too, causing a warning message when updating the modules:
>
> warn: ignoring non-existent submodule GIT_SUBMODULES_ACTION=update
>
> Fix it by matching the "GIT_SUBMODULES=..." line only.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> Message-Id: <20210331073316.2965928-1-thuth@redhat.com>
> ---
> .gitlab-ci.yml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Missing my review from the original patch, anyway:
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
- [PATCH v2 05/11] tests/tcg/i386: expand .data sections for system tests, (continued)
- [PATCH v2 05/11] tests/tcg/i386: expand .data sections for system tests, Alex Bennée, 2021/04/01
- [PATCH v2 01/11] tests/tcg: update the defaults for x86 compilers, Alex Bennée, 2021/04/01
- [PATCH v2 09/11] docs/system/gdb.rst: Document how to debug multicore machines, Alex Bennée, 2021/04/01
- [PATCH v2 07/11] tests/tcg: relax the next step precision of the gdb sha1 test, Alex Bennée, 2021/04/01
- [PATCH v2 08/11] docs/system/gdb.rst: Add some more heading structure, Alex Bennée, 2021/04/01
- [PATCH v2 10/11] gitlab-ci.yml: Fix the filtering for the git submodules, Alex Bennée, 2021/04/01
- Re: [PATCH v2 10/11] gitlab-ci.yml: Fix the filtering for the git submodules,
Willian Rampazzo <=
- [PATCH v2 06/11] tests/tcg/i386: force -fno-pie for test-i386, Alex Bennée, 2021/04/01