Re: [PATCH 1/7] scripts/ci/gitlab-pipeline-status: make branch name configurable

2020-09-04 Thread Philippe Mathieu-Daudé
On 9/4/20 6:42 PM, Cleber Rosa wrote: > With the utility function `get_local_staging_branch_commit()`, the > name of the branch is hard coded (including in the function name). > > For extensibility reasons, let's make that configurable. > > Signed-off-by: Cleber Rosa Reviewed-by: Philippe Mathi

[PATCH 1/7] scripts/ci/gitlab-pipeline-status: make branch name configurable

2020-09-04 Thread Cleber Rosa
With the utility function `get_local_staging_branch_commit()`, the name of the branch is hard coded (including in the function name). For extensibility reasons, let's make that configurable. Signed-off-by: Cleber Rosa --- scripts/ci/gitlab-pipeline-status | 12 ++-- 1 file changed, 6 in