[Webkit-unassigned] [Bug 223587] New: Move AutoInstall registration to requirements.txt files

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 22 11:05:17 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=223587

            Bug ID: 223587
           Summary: Move AutoInstall registration to requirements.txt
                    files
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: gsnedders at apple.com
                CC: don.olmstead at sony.com, jbedard at apple.com

For example, instead of having a lot of AutoInstall.register calls in https://github.com/WebKit/WebKit/blob/main/Tools/Scripts/webkitpy/__init__.py, we'd have a AutoInstall.register_requirements(join(basename(__file__), "requirements.txt")) and all the requirements listed in the requirements.txt

Once we're on GitHub, this will allow us to use tools such as dependabot to keep our requirements up-to-date, which will hopefully help us maintain support for the latest Python releases.

-- 
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/20210322/1e857b98/attachment-0001.htm>


More information about the webkit-unassigned mailing list