WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
19740
Using a framework such as Sparkle to make the nightly builds self-updating.
https://bugs.webkit.org/show_bug.cgi?id=19740
Summary
Using a framework such as Sparkle to make the nightly builds self-updating.
Trevor Downs
Reported
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.
Attachments
Add attachment
proposed patch, testcase, etc.
Mark Rowe (bdash)
Comment 1
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.
Mark Rowe (bdash)
Comment 2
2008-09-15 15:15:43 PDT
***
Bug 20861
has been marked as a duplicate of this bug. ***
Jordi Bunster
Comment 3
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.
Mark Rowe (bdash)
Comment 4
2008-09-15 15:36:08 PDT
Starting Safari involves calling "exec", so the process that was running no longer exists.
Jeff Johnson
Comment 5
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.)
David Smith
Comment 6
2009-01-14 04:43:18 PST
Since this has been fixed, resolved wontfix seems inappropriate now ;)
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug