Title: [257858] trunk/Tools
Revision
257858
Author
aakash_j...@apple.com
Date
2020-03-04 10:23:41 -0800 (Wed, 04 Mar 2020)

Log Message

[ews] Add build step to create local git commit for commit-queue (follow-up fix)
https://bugs.webkit.org/show_bug.cgi?id=208539

Unreviewed follow-up fix.

* BuildSlaveSupport/ews-build/steps.py:

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/ews-build/steps.py (257857 => 257858)


--- trunk/Tools/BuildSlaveSupport/ews-build/steps.py	2020-03-04 18:21:55 UTC (rev 257857)
+++ trunk/Tools/BuildSlaveSupport/ews-build/steps.py	2020-03-04 18:23:41 UTC (rev 257858)
@@ -2464,7 +2464,6 @@
 class CreateLocalGITCommit(shell.ShellCommand):
     name = 'create-local-git-commit'
     descriptionDone = ['Created local git commit']
-    command = ['git', 'commit', '--all', '-F']
     haltOnFailure = True
 
     def __init__(self, **kwargs):

Modified: trunk/Tools/ChangeLog (257857 => 257858)


--- trunk/Tools/ChangeLog	2020-03-04 18:21:55 UTC (rev 257857)
+++ trunk/Tools/ChangeLog	2020-03-04 18:23:41 UTC (rev 257858)
@@ -1,3 +1,12 @@
+2020-03-04  Aakash Jain  <aakash_j...@apple.com>
+
+        [ews] Add build step to create local git commit for commit-queue (follow-up fix)
+        https://bugs.webkit.org/show_bug.cgi?id=208539
+
+        Unreviewed follow-up fix.
+
+        * BuildSlaveSupport/ews-build/steps.py:
+
 2020-03-04  Daniel Bates  <daba...@apple.com>
 
         Should use -bounds instead of -frame in RequestTextInputContext.mm tests
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to