[Webkit-unassigned] [Bug 20465] New: build-launcher-app doesn't work.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 20 14:13:16 PDT 2008


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

           Summary: build-launcher-app doesn't work.
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ingo.hoffmann at gmail.com


It complains about being unable to determine the current SVN branch.

To fix it just change this line (55) from:
    (my $branch) = ($url =~ m/\/svn\/webkit\/(trunk|branches\/[^\/]+)/);
To:
    (my $branch) = ($url =~ m/\/repository\/webkit\/(trunk|branches\/[^\/]+)/);

Now it works :)


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