Bug 20465 - build-launcher-app doesn't work.
Summary: build-launcher-app doesn't work.
Status: RESOLVED DUPLICATE of bug 20478
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-20 14:13 PDT by Ingo Hoffmann
Modified: 2008-08-21 16:36 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ingo Hoffmann 2008-08-20 14:13:16 PDT
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 :)
Comment 1 Mark Rowe (bdash) 2008-08-20 15:03:41 PDT
That's not too surprising.  I'm the only one that uses build-launcher-app, and I switched to using git long before we moved the SVN repository location.
Comment 2 Ingo Hoffmann 2008-08-21 04:25:06 PDT
I've never seen anything about git or how to build a .app with it...
Comment 3 Mark Rowe (bdash) 2008-08-21 16:36:11 PDT
Forward-duping to bug 20478 as that has a patch attached which fixes this issue as well as making build-launcher-app work inside a git repository.

*** This bug has been marked as a duplicate of 20478 ***