Bug 20465
| Summary: | build-launcher-app doesn't work. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ingo Hoffmann <ingo.hoffmann> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Mac | ||
| OS: | OS X 10.5 | ||
Ingo Hoffmann
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 :)
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Mark Rowe (bdash)
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.
Ingo Hoffmann
I've never seen anything about git or how to build a .app with it...
Mark Rowe (bdash)
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 ***