Bugzilla – Bug 8273
Include date in squeezecenter nightly build file name
Last modified: 2009-07-31 10:21:57 UTC
The "pre-release" versions used to have the date as part of the file name. That worked great because I had a bash script that I would run periodically which would download and install "todays" build... That was when it was called slimserver... Could you perhaps continue that naming convention (perhaps via symbolic link?) i.e. squeezecenter-7.1-0.1.20292.noarch.rpm and squeezecenter-nightly-2008-05-29 -> squeezecenter-7.1-0.1.20292.noarch.rpm Or something similarso I can create a (simple) script to download/install "today's" build... Thanks, Don Russell PS.. I chose "other" OS, because I'm using Fedora 9, not in the list...
Try this: wget -r -l 1 --accept=*.rpm -nd -e robots=off \ http://www.slimdevices.com/downloads/nightly/latest/7.1/
BTW, if you're using 7.1, you can also just enable the "unstable" yum repo which will always get you the latest with a simple "yum update".
(In reply to comment #1) > Try this: > > wget -r -l 1 --accept=*.rpm -nd -e robots=off \ > http://www.slimdevices.com/downloads/nightly/latest/7.1/ > Thanks, that works OK for me. Nicer yet would be: wget -r -l 1 --accept=*.rpm -nd -e robots=off \ http://www.slimdevices.com/downloads/nightly/latest/ or similar, so version changes would be transparent to the "get me the latest" process. :-) Thanks, that helps a lot. :-)
(In reply to comment #3) > Thanks, that works OK for me. > Nicer yet would be: > wget -r -l 1 --accept=*.rpm -nd -e robots=off \ > http://www.slimdevices.com/downloads/nightly/latest/ > > or similar, so version changes would be transparent to the "get me the latest" > process. :-) Depends what you mean by "latest". There's also a 7.2 and 7.3 nightly build dir. You'll have to specify which "latest" you want.
(In reply to comment #4) > > Depends what you mean by "latest". There's also a 7.2 and 7.3 nightly build > dir. You'll have to specify which "latest" you want. hmm, I hadn't thought of that. Good point. :-) I'm happy with the solution provided, I'll mark this as resolved. Thanks
This bug has now been fixed in the 7.1 release version of SqueezeCenter! Please download the new version from http://www.slimdevices.com if you haven't already. If you are still experiencing this problem, feel free to reopen the bug with your new comments and we'll have another look.
Reduce number of active targets for SC