-
Notifications
You must be signed in to change notification settings - Fork 5
/
config.json
64 lines (64 loc) · 1.83 KB
/
config.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
58
59
60
61
62
63
64
{
"profiles": {
"f33": {
"previous_tag": "f33-updates",
"default_release_string": "fc33",
"config_branch": "f33",
"profile_name": ""
},
"f34": {
"previous_tag": "f34-updates",
"default_release_string": "fc34",
"config_branch": "f34",
"profile_name": ""
},
"f35": {
"previous_tag": "f35-updates",
"default_release_string": "fc35",
"config_branch": "f35",
"profile_name": ""
},
"f36": {
"previous_tag": "f36-updates",
"default_release_string": "fc36",
"config_branch": "f36",
"profile_name": ""
},
"f37": {
"previous_tag": "f37-updates",
"default_release_string": "fc37",
"config_branch": "f37",
"profile_name": ""
},
"f38": {
"previous_tag": "f38-updates",
"default_release_string": "fc38",
"config_branch": "f38",
"profile_name": ""
},
"f39": {
"previous_tag": "f39-updates",
"default_release_string": "fc39",
"config_branch": "f39",
"profile_name": ""
},
"f40": {
"previous_tag": "f40-updates",
"default_release_string": "fc40",
"config_branch": "f40",
"profile_name": ""
},
"f41": {
"previous_tag": "f41-updates",
"default_release_string": "fc41",
"config_branch": "f41",
"profile_name": ""
},
"f42": {
"previous_tag": "f42-updates",
"default_release_string": "fc42",
"config_branch": "rawhide",
"profile_name": "rawhide"
}
}
}