[Webkit-unassigned] [Bug 229865] New: Make autoinstaller output less verbose and more readable
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 3 06:40:56 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=229865
Bug ID: 229865
Summary: Make autoinstaller output less verbose and more
readable
Product: WebKit
Version: Other
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
Assignee: webkit-unassigned at lists.webkit.org
Reporter: aakash_jain at apple.com
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!
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210903/0ed249fb/attachment-0001.htm>
More information about the webkit-unassigned
mailing list