Bug 40469

Summary: Nighly build script broken
Product: WebKit Reporter: Philippe Normand <pnormand>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: ap, mrowe
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   

Description Philippe Normand 2010-06-11 03:55:13 PDT
Since http://trac.webkit.org/changeset/44111 the WebKitLauncher assumes the frameworks of the bundle are in Frameworks/$version/... but the build-launcher-app script copies them to Resources/.

Moreover build-launcher-app mentions Drosera which seems to be attic.

Please commit the latest version of build-launcher-app, I know someone has it because the "official" nighlies builds work.
Comment 1 Mark Rowe (bdash) 2010-06-11 14:41:20 PDT
The version of this script that is used when packaging the nightly builds may not be particularly useful to you as it requires that the frameworks are built multiple times (one for each support OS version).  When I find some time I’ll dig it up and see what sort of shape it is in.

I should also mention that I’m not particularly keen on having people distributing things that look to be identical to WebKit nightlies.  Builds that can be mistaken for the WebKit nightlies make investigating bug reports incredibly difficult as we would then have to first determine how the build was created, which versions of the code it uses, whether it was built correctly, etc.
Comment 2 Philippe Normand 2010-06-14 23:48:46 PDT
(In reply to comment #1)
> The version of this script that is used when packaging the nightly builds may not be particularly useful to you as it requires that the frameworks are built multiple times (one for each support OS version).  When I find some time I’ll dig it up and see what sort of shape it is in.
> 

Thanks.

> I should also mention that I’m not particularly keen on having people distributing things that look to be identical to WebKit nightlies.  Builds that can be mistaken for the WebKit nightlies make investigating bug reports incredibly difficult as we would then have to first determine how the build was created, which versions of the code it uses, whether it was built correctly, etc.

Well that can be solved by allowing to edit and add informations in the "about" menu of the snapshot no? There's the SVN revision already. It would be nice to allow adding extra text so that if the user finds a bug and wants to report it he could provide those informations.
Comment 3 Alexey Proskuryakov 2023-03-24 17:08:47 PDT
We do not publish nightly builds any more, replaced with plain CI builds and by Safari Technology Preview.