[Webkit-unassigned] [Bug 18599] resolve-ChangeLogs doesn't work with relative paths

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 28 20:42:12 PDT 2009


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


ddkilzer at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|webkit-                     |ddkilzer at webkit.org
                   |unassigned at lists.webkit.org |
             Status|NEW                         |ASSIGNED




------- Comment #3 from ddkilzer at webkit.org  2009-04-28 20:42 PDT -------
Created an attachment (id=29878)
 --> (https://bugs.webkit.org/attachment.cgi?id=29878&action=view)
Potential fix

This needs testing.  If you try it out, please report back on your results.

The basic idea is that the resolve-ChangeLogs script will always chdir to the
root of the source directory for you (if you don't run it from there), so that
this assumption (that it's run from the root source dir) is no longer violated.

What I don't like about this patch is that it makes it impossible to use
resolve-ChangeLogs from any project other than WebKit due to the way
chdirWebKit() works.  It would be better to use git prefix (and something
equivalent for svn--anyone?  Bueller?) to chdir() instead.


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



More information about the webkit-unassigned mailing list