[Webkit-unassigned] [Bug 241275] New: sync-commits.py should force reset to FETCH_HEAD instead

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 3 12:31:01 PDT 2022


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

            Bug ID: 241275
           Summary: sync-commits.py should force reset to FETCH_HEAD
                    instead
           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: zhifei_fang at apple.com

Currently this script is using git pull for syncing remote, it will be break when there is a bad commit or git history rewrite. 

Use git fetch origin main first then git reset --hard FETCH_HEAD to make sure we ignore those bad commits.

-- 
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/20220603/f9eee721/attachment.htm>


More information about the webkit-unassigned mailing list