Re: [PATCH] tests/docker: Use lower case for centos8 powertools

2020-12-18 Thread Wainer dos Santos Moschetta
Hi, On 12/17/20 10:11 PM, Jiaxun Yang wrote: Our gitlab amd64-centos8-container pipeline constantly fail at: 15.36 Error: No matching repo to modify: PowerTools. Fix it by convert it to lower case. They recently changed the name of some repositories: https://wiki.centos.org/Manuals/ReleaseN

Re: [PATCH] tests/docker: Use lower case for centos8 powertools

2020-12-18 Thread Alex Bennée
Jiaxun Yang writes: > Our gitlab amd64-centos8-container pipeline constantly fail at: > > 15.36 Error: No matching repo to modify: PowerTools. > > Fix it by convert it to lower case. > > Signed-off-by: Jiaxun Yang Thanks for you patch, we already have a similar fix in flight this PR: Subje

[PATCH] tests/docker: Use lower case for centos8 powertools

2020-12-17 Thread Jiaxun Yang
Our gitlab amd64-centos8-container pipeline constantly fail at: 15.36 Error: No matching repo to modify: PowerTools. Fix it by convert it to lower case. Signed-off-by: Jiaxun Yang --- tests/docker/dockerfiles/centos8.docker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/te