[webkit-changes] [WebKit/WebKit] 17be06: [reporelaypy] Invoke command after cloning

Jonathan Bedard noreply at github.com
Tue Mar 21 08:08:39 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 17be066c97aff118b7793e8f1ee0e8575c7a1fe1
      https://github.com/WebKit/WebKit/commit/17be066c97aff118b7793e8f1ee0e8575c7a1fe1
  Author: Jonathan Bedard <jbedard at apple.com>
  Date:   2023-03-21 (Tue, 21 Mar 2023)

  Changed paths:
    M Tools/Scripts/libraries/reporelaypy/reporelaypy/__init__.py
    M Tools/Scripts/libraries/reporelaypy/reporelaypy/checkout.py
    M Tools/Scripts/libraries/reporelaypy/setup.py

  Log Message:
  -----------
  [reporelaypy] Invoke command after cloning
https://bugs.webkit.org/show_bug.cgi?id=253989
rdar://106778935

Reviewed by Dewei Zhu.

* Tools/Scripts/libraries/reporelaypy/reporelaypy/__init__.py: Bump version.
* Tools/Scripts/libraries/reporelaypy/setup.py: Ditto.
* Tools/Scripts/libraries/reporelaypy/reporelaypy/checkout.py:
(Checkout.clone): Treat post_clone_commands as a list of run() kwargs and invoke each of them.
(Checkout.__init__): Pass post_clone_commands list to clone function.

Canonical link: https://commits.webkit.org/261919@main




More information about the webkit-changes mailing list