[Webkit-unassigned] [Bug 48495] New: webkit-patch land -g HEAD started failing, leaving uncommitted ChangeLog's

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 27 19:22:00 PDT 2010


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

           Summary: webkit-patch land -g HEAD started failing, leaving
                    uncommitted ChangeLog's
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yuzo at google.com
                CC: eric at webkit.org, ojan at chromium.org


At r70736, webkit-patch land -g HEAD started failing for me.
(The bug for which I tried to land the patch is a security bug. Can this be a factor?)

$ git status
# On branch *********
nothing to commit (working directory clean)
$ webkit-patch land -g HEAD
Parsing ChangeLog: <WebKitSrc>/WebKit/LayoutTests/ChangeLog
Parsing ChangeLog: <WebKitSrc>/WebKit/WebCore/ChangeLog

WARNING: Builders ["Leopard Intel Release (Tests)", "GTK Linux 32-bit Release", "GTK Linux 32-bit Debug"] are red, please watch your commit carefully.
See http://build.webkit.org/console?category=core

Fetching: https://bugs.webkit.org/show_bug.cgi?id=*****&ctype=xml
Logging in as yuzo at google.com...
Fetching: https://bugs.webkit.org/show_bug.cgi?id=*****&ctype=xml
Guessing "Eric Seidel" as reviewer from attachment ***** on bug *****.
Parsing ChangeLog: <WebKitSrc>/WebKit/LayoutTests/ChangeLog
Parsing ChangeLog: <WebKitSrc>/WebKit/WebCore/ChangeLog
Working copy is modified. Cannot commit individual git_commits.
Working copy is modified. Cannot commit individual git_commits.
$ git status
# On branch *********
# Changed but not updated:
#   (use "git add <file>..." to update what will be committed)
#   (use "git checkout -- <file>..." to discard changes in working directory)
#
#    modified:   LayoutTests/ChangeLog
#    modified:   WebCore/ChangeLog
#
no changes added to commit (use "git add" and/or "git commit -a")
$ git diff
diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 93707d9..322ba96 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,6 +1,6 @@
 2010-10-26  Yuzo Fujishima  <yuzo at google.com>

-        Reviewed by NOBODY (OOPS!).
+        Reviewed by Eric Seidel.

         Fix for Bug ***** - ********************************************************
         https://bugs.webkit.org/show_bug.cgi?id=*****
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 08fad35..d278f56 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,6 +1,6 @@
 2010-10-26  Yuzo Fujishima  <yuzo at google.com>

-        Reviewed by NOBODY (OOPS!).
+        Reviewed by Eric Seidel.

         Fix for Bug ***** - ********************************************************
         https://bugs.webkit.org/show_bug.cgi?id=*****

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list