mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
Update for single build-info file.
The server now provides a single build-info file (instead of two separate ones for development builds and stable releases). Update to use the new file, since it simplifies things. Change-Id: If3b949f4d78eecb54e47622da887f51005f6d155
This commit is contained in:
parent
b73c961683
commit
f4b0e316c3
9 changed files with 21 additions and 71 deletions
|
|
@ -1,12 +1,10 @@
|
|||
[general]
|
||||
; builds
|
||||
release_url=http://download.rockbox.org/release/%RELVERSION%/rockbox-%MODEL%-%RELVERSION%.zip
|
||||
daily_url=http://download.rockbox.org/daily/%MODEL%/rockbox-%MODEL%.zip
|
||||
bleeding_url=http://build.rockbox.org/data/rockbox-%MODEL%.zip
|
||||
|
||||
; voice files
|
||||
release_voice_url=http://download.rockbox.org/release/%RELVERSION%/%MODEL%-%RELVERSION%-english.zip
|
||||
daily_voice_url=http://download.rockbox.org/daily/voices/%MODEL%-%DATE%-english.zip
|
||||
genlang_url=http://www.rockbox.org/genlang/?lang=%LANG%&t=%TARGET%&rev=%REVISION%&f=%FEATURES%
|
||||
|
||||
; bootloader
|
||||
|
|
@ -18,15 +16,14 @@ themes_url=http://themes.rockbox.org/
|
|||
themes_info_url=http://themes.rockbox.org/rbutilqt.php?target=%TARGET%&release=%RELEASE%&revision=%REVISION%&rbutilver=%RBUTILVER%
|
||||
|
||||
; server information
|
||||
server_conf_url=http://download.rockbox.org/daily/build-info
|
||||
bleeding_info=http://build.rockbox.org/cvsmod/build-info
|
||||
build_info_url=http://download.rockbox.org/build-info
|
||||
|
||||
; fonts
|
||||
release_font_url=http://download.rockbox.org/release/%RELEASEVER%/rockbox-fonts-%RELEASEVER%.zip
|
||||
daily_font_url=http://download.rockbox.org/daily/fonts/rockbox-fonts.zip
|
||||
|
||||
; other
|
||||
manual_url=http://download.rockbox.org/daily/manual/%MANUALBASENAME%.%EXTENSION%
|
||||
manual_url=http://download.rockbox.org/manual/%MANUALBASENAME%.%EXTENSION%
|
||||
doom_url=http://download.rockbox.org/useful/rockdoom.zip
|
||||
rbutil_url=http://download.rockbox.org/rbutil/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue