summaryrefslogtreecommitdiff
path: root/rbutil/rbutilqt/rbutil.ini
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2020-11-28 20:47:28 +0100
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2020-12-03 22:25:12 +0100
commitb064a6cbb58a0db1a70fbac2e82242ce0c7509b1 (patch)
treec9090d367d237cbd408afbd24d5809e55a1a2653 /rbutil/rbutilqt/rbutil.ini
parent78a01db47cac5fa67aeee6f1c5134f89c3e4944a (diff)
downloadrockbox-b064a6cbb58a0db1a70fbac2e82242ce0c7509b1.tar.gz
rockbox-b064a6cbb58a0db1a70fbac2e82242ce0c7509b1.zip
rbutil: Rework and merge player and build server info handling.
Handling the data for players from rbutil.ini and the build-info data from the server is closely related. Splitting things up into different classes only creates tightly coupling, which is unnecessary, and the need to differentiate between them in the application. Merge both classes into a single one and rework handling so the application doesn't have to deal with two separate classes anymore. Furthermore, change URL templates to use new values from build-info instead of hard coding them. Change-Id: Ica550973ce23d1559110782add52bc214eba552d
Diffstat (limited to 'rbutil/rbutilqt/rbutil.ini')
-rw-r--r--rbutil/rbutilqt/rbutil.ini26
1 files changed, 0 insertions, 26 deletions
diff --git a/rbutil/rbutilqt/rbutil.ini b/rbutil/rbutilqt/rbutil.ini
index 321d4bd096..9a99909f92 100644
--- a/rbutil/rbutilqt/rbutil.ini
+++ b/rbutil/rbutilqt/rbutil.ini
@@ -20,32 +20,6 @@ rbutil_url=http://download.rockbox.org/rbutil/
20info_url=http://download.rockbox.org/bootloader/bootloaders-info 20info_url=http://download.rockbox.org/bootloader/bootloaders-info
21download_url=http://download.rockbox.org/bootloader 21download_url=http://download.rockbox.org/bootloader
22 22
23[release]
24build_url=https://download.rockbox.org/release/%RELVERSION%/rockbox-%MODEL%-%RELVERSION%.zip
25voice_url=https://download.rockbox.org/release/%RELVERSION%/%MODEL%-%RELVERSION%-%LANGUAGE%.zip
26font_url=https://download.rockbox.org/release/%RELVERSION%/rockbox-fonts-%RELVERSION%.zip
27manual_url=https://download.rockbox.org/release/%RELVERSION%/rockbox-%MODEL%-%RELVERSION%%FORMAT%
28
29[release-candidate]
30build_url=https://download.rockbox.org/release-candidate/%RELVERSION%/rockbox-%MODEL%-%RELVERSION%.zip
31voice_url=https://download.rockbox.org/release-candidate/%RELVERSION%/%MODEL%-%RELVERSION%-%LANGUAGE%.zip
32font_url=https://download.rockbox.org/release-candidate/%RELVERSION%/rockbox-fonts-%RELVERSION%.zip
33manual_url=https://download.rockbox.org/release-candidate/%RELVERSION%/rockbox-%MODEL%-%RELVERSION%%FORMAT%
34
35[development]
36build_url=http://build.rockbox.org/data/rockbox-%MODEL%.zip
37; we don't have voices for dev builds.
38voice_url=https://download.rockbox.org/daily/voices/%MODEL%-%LANGUAGE%.zip
39font_url=https://download.rockbox.org/daily/fonts/rockbox-fonts.zip
40; manual is only built daily, use that one instead.
41manual_url=https://download.rockbox.org/daily/manual/rockbox-%MODEL%%FORMAT%
42
43[daily]
44build_url=https://download.rockbox.org/daily/%MODEL%/rockbox-%MODEL%.zip
45voice_url=https://download.rockbox.org/daily/%MODEL%/voice-%MODEL%-%LANGUAGE%.zip
46font_url=https://download.rockbox.org/daily/fonts/rockbox-fonts.zip
47manual_url=https://download.rockbox.org/daily/manual/rockbox-%MODEL%%FORMAT%
48
49; [platforms] is used to determine the order in the device tree. 23; [platforms] is used to determine the order in the device tree.
50; Only devices present in this section will get displayed! 24; Only devices present in this section will get displayed!
51[platforms] 25[platforms]