Bugzilla – Bug 11916
Don't check for SC download when running from source code
Last modified: 2009-04-28 15:03:23 UTC
I run the source code from SVN, and refresh myself fairly frequently. With my setup I don't want SC to auto-install new updates. SC does detect that I am running from source and doesn't download the update. However, it still periodically checks the server to determine if there are updates available: [17:43:12.1146] Slim::Utils::Update::checkVersion (61) Checking version now. [17:43:12.5025] Slim::Utils::Update::checkVersionCB (93) http://downloads.slimdevices.com/nightly/./7.4/sc/26222/SqueezeCenter-7.4-26222.exe [17:43:12.5042] Slim::Utils::Update::checkVersionCB (101) Triggering automatic SqueezeCenter update download... [17:43:12.5122] Slim::Utils::OS::Win32::initUpdate (646) Running SqueezeCenter from the source - don't download the update. I'd prefer it if it didn't bother to do anything (no periodic check), rather than periodically check and then do nothing!
Just turn off checking (Settings/Advanced/Software Update). It's been doing this forever. You only see it now, because I've defaulted the logging to debug.
Ah. Sorry, didn't see that settings page.