-
Notifications
You must be signed in to change notification settings - Fork 12
/
builds-test.json
57 lines (57 loc) · 1.46 KB
/
builds-test.json
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
{
"repos": {
"default": {
"base": "https://github.com/flathub"
},
"special-repo": {
"base": "https://github.com/special"
},
"special-repo2": {
"base": "https://github.com/special2",
"default-branch": "special2"
},
"kde": {
"base": "https://github.com/KDE"
},
"kde2": {
"base": "https://github.com/KDE2",
"default-branch": "kde-branch"
}
},
"builds": {
"org.kde.Sdk/5.9": {
"repo": "kde",
"git-branch": "kde-5-9"
},
"org.kde.Sdk/5.10": {
"repo": "kde2",
"git-module": "flatpak-kde-runtime.git"
},
"org.kde.Sdk/5.11": {
"repo": "kde2",
"git-module": "flatpak-kde-runtime.git",
"git-branch": "kde-5-11"
},
"org.app.special-branch": {
"git-branch": "special-branch"
},
"org.app.special-repo": {
"repo": "special-repo"
},
"org.app.special-repo2": {
"repo": "special-repo2"
},
"org.app.special-repo2-branch": {
"repo": "special-repo2",
"git-branch": "override"
},
"org.app.has-version/1.0": {
"git-branch": "1-0"
},
"org.app.special-module": {
"git-module": "special-module.git"
}
},
"imports": {
}
}