Bug 19740

Summary: Using a framework such as Sparkle to make the nightly builds self-updating.
Product: WebKit Reporter: Trevor Downs <cyberskull>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Enhancement CC: jordi, mrowe
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
URL: http://sparkle.andymatuschak.org/

Description Trevor Downs 2008-06-24 01:51:06 PDT
Using a framework such as Sparkle <http://sparkle.andymatuschak.org/> (Mac OS X-only) I'd like to see WebKit nightly builds be able to fetch and install new versions of themselves automatically.
Comment 1 Mark Rowe (bdash) 2008-06-24 13:23:40 PDT
The nightly build launcher simply runs Safari, so there is no real opportunity to run any code to check for updates on an ongoing basis when the nightly build is running.  Checking on launch inside the launcher application itself would lead to a long delay before Safari appeared, which also does not seem like a good idea.  I think this is a task better suited to an external application.
Comment 2 Mark Rowe (bdash) 2008-09-15 15:15:43 PDT
*** Bug 20861 has been marked as a duplicate of this bug. ***
Comment 3 Jordi Bunster 2008-09-15 15:21:35 PDT
Is it not possible to spawn a thread upon the start of the launcher app, and check for updates after a timeout?

That way, it doesn't delay Safari from starting.
Comment 4 Mark Rowe (bdash) 2008-09-15 15:36:08 PDT
Starting Safari involves calling "exec", so the process that was running no longer exists.
Comment 5 Jeff Johnson 2008-09-15 19:25:23 PDT
NightShift <http://web.mac.com/reinholdpenner/Software/NightShift.html> might be a good solution for this. (Note: I haven't tried it myself, so this is not an endorsement, just a suggestion.)

Comment 6 David Smith 2009-01-14 04:43:18 PST
Since this has been fixed, resolved wontfix seems inappropriate now ;)