[Webkit-unassigned] [Bug 26704] New: bugzilla-tool needs to invoke a specific build-webkit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 24 19:08:23 PDT 2009


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

           Summary: bugzilla-tool needs to invoke a specific build-webkit
           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: eric at webkit.org
                CC: mrowe at apple.com, levin at chromium.org


bugzilla-tool needs to invoke a specific build-webkit

Currently it uses the one in your path.  Which might be in a different webkit
repository, which means you'll end up buildnig the wrong copy of WebKit.  This
is what caused the bad checkins today. :(

It's also wrong to use the build-webkit in the path because not everyone will
have build-webkit in their path.

bugzilla-tool is cwd aware, it passes the cwd off to the SCM system and asks it
if its a valid SCM checkout and if so, what the root directory of the checkout
is.  bugzilla-tool assumes whatever root directory you're in is a WebKit
checkout.  This allows me to have multiple webkit checkouts and make
modifications to bugzilla-tool in one and test the modified version against
other checkouts.


-- 
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.



More information about the webkit-unassigned mailing list