WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
ASSIGNED
229865
[webkitpy] Make autoinstaller output less verbose and more readable
https://bugs.webkit.org/show_bug.cgi?id=229865
Summary
[webkitpy] Make autoinstaller output less verbose and more readable
Aakash Jain
Reported
2021-09-03 06:40:56 PDT
We should make autoinstaller output less verbose and more readable. Currently for every package it prints three separate lines, each line containing the package name and version number. e.g.: Downloading webencodings-0.5.1... Installing webencodings-0.5.1... Installed webencodings-0.5.1! Downloading beautifulsoup4-4.9.3... Installing beautifulsoup4-4.9.3... Installed beautifulsoup4-4.9.3! Instead it should print one line per package, something like: Downloading webencodings-0.5.1...Installing...Installed! Downloading beautifulsoup4-4.9.3...Installing...Installed!
Attachments
Add attachment
proposed patch, testcase, etc.
Jonathan Bedard
Comment 1
2021-09-03 07:48:52 PDT
Darin's suggestion for this, if I recall, was to replace lines. Is the complaint here about locally running changes or the logs we get in automation?
Aakash Jain
Comment 2
2021-09-03 08:06:44 PDT
(In reply to Jonathan Bedard from
comment #1
)
> Is the complaint here about locally running changes or the logs we get in automation?
I noticed it mostly in local runs. Currently, the output can be multiple pages long sometimes.
Radar WebKit Bug Importer
Comment 3
2021-09-10 09:14:39 PDT
<
rdar://problem/82975138
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug