-
Notifications
You must be signed in to change notification settings - Fork 305
/
targets.cfg
113 lines (100 loc) · 2.35 KB
/
targets.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
; This is the config file used by server to generate add-on repositories.
;
; Each section contains the name of the target repository, a list of branches
; to fetch from, and list of dependency requirements. Add-ons not meeting
; these requirements will be skipped.
;
; Changes to this file will be synced server-side. E.g. removing a target here
; will delete that target from the server.
; Dharma legacy repo
[dharma]
branches=dharma
; Eden legacy repo
[eden]
branches=eden
; Frodo legacy repo
[frodo]
branches=frodo
; Gotham legacy repo
[gotham]
branches=gotham
minversions =
xbmc.gui:5.0.0,
xbmc.python:2.1.0,
xbmc.json:6.0.0,
xbmc.metadata:1.0,
xbmc.addon:12.0.0
; Helix legacy repo
[helix]
branches=gotham,helix
minversions =
xbmc.gui:5.3.0,
xbmc.python:2.1.0,
xbmc.json:6.0.0,
xbmc.metadata:1.0,
xbmc.addon:12.0.0
; Isengard legacy repo
[isengard]
branches=gotham,helix,isengard
minversions =
xbmc.gui:5.3.0,
xbmc.python:2.1.0,
xbmc.json:6.0.0,
xbmc.metadata:1.0,
xbmc.addon:12.0.0
[jarvis]
branches = gotham,helix,isengard,jarvis
minversions =
xbmc.gui:5.10.0,
xbmc.python:2.1.0,
xbmc.json:6.0.0,
xbmc.metadata:1.0,
xbmc.addon:12.0.0
[krypton]
branches = gotham,helix,isengard,jarvis,krypton
minversions =
xbmc.gui:5.12.0,
xbmc.python:2.1.0,
xbmc.json:6.0.0,
xbmc.metadata:1.0,
xbmc.addon:12.0.0
[leia]
branches = gotham,helix,isengard,jarvis,krypton,leia
minversions =
xbmc.gui:5.14.0,
xbmc.python:2.1.0,
xbmc.json:6.0.0,
xbmc.metadata:1.0,
xbmc.addon:12.0.0
[matrix]
branches = gotham,helix,isengard,jarvis,krypton,leia,matrix
minversions =
xbmc.gui:5.15.0,
xbmc.python:3.0.0,
xbmc.json:6.0.0,
xbmc.metadata:1.0,
xbmc.addon:12.0.0
[nexus]
branches = gotham,helix,isengard,jarvis,krypton,leia,matrix,nexus
minversions =
xbmc.gui:5.15.0,
xbmc.python:3.0.0,
xbmc.json:6.0.0,
xbmc.metadata:1.0,
xbmc.addon:12.0.0
[omega]
branches = gotham,helix,isengard,jarvis,krypton,leia,matrix,nexus,omega
minversions =
xbmc.gui:5.17.0,
xbmc.python:3.0.0,
xbmc.json:6.0.0,
xbmc.metadata:1.0,
xbmc.addon:12.0.0
[piers]
branches = gotham,helix,isengard,jarvis,krypton,leia,matrix,nexus,omega,piers
minversions =
xbmc.gui:5.17.0,
xbmc.python:3.0.0,
xbmc.json:6.0.0,
xbmc.metadata:1.0,
xbmc.addon:12.0.0