Attention is currently required from: Bao Zheng, Elyes Haouas, Felix Singer, Martin L Roth, Zheng Bao.
Hello Elyes Haouas, Eric Lai, Felix Singer, Martin L Roth, Zheng Bao, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/66743?usp=email
to look at the new patch set (#9).
The following approvals got outdated and were removed: Verified-1 by build bot (Jenkins)
Change subject: buildgcc: Match the string of downloading percentage more precisely ......................................................................
buildgcc: Match the string of downloading percentage more precisely
The command "wget" prints some hyperlink with "%", which will be filtered in by previous regular expression. So we need to change to match the string with exactly 3 digits and a percent symbol.
TEST: echo 45% | grep -o "<[0-9]{1,3}%" 45% echo 1245% | grep -o "<[0-9]{1,3}%" <empty> echo aa% | grep -o "<[0-9]{1,3}%" <empty>
Change-Id: I6ef9e7c87fd4ee6cc707346954d91e6e3af3b939 Signed-off-by: Zheng Bao fishbaozi@gmail.com --- M util/crossgcc/buildgcc 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/43/66743/9