-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrepos.json
67 lines (67 loc) · 1.66 KB
/
repos.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
65
66
67
[
{
"owner": "Takasa",
"name": "replay_common",
"url": "[email protected]:Takasa/replay_common.git",
"credentialId": "takasa_replay_common",
"production": true
},
{
"owner": "Takasa",
"name": "replay_console",
"url": "[email protected]:Takasa/replay_console.git",
"credentialId": "takasa_replay_console",
"production": true
},
{
"owner": "Takasa",
"name": "replay_arcade",
"url": "[email protected]:Takasa/replay_arcade.git",
"credentialId": "takasa_replay_arcade",
"production": true
},
{
"owner": "Takasa",
"name": "replay_amiga",
"url": "[email protected]:Takasa/replay_amiga.git",
"credentialId": "takasa_replay_amiga",
"production": true
},
{
"owner": "Takasa",
"name": "replay_computer",
"url": "[email protected]:Takasa/replay_computer.git",
"credentialId": "takasa_replay_computer",
"production": true
},
{
"owner": "Sector14",
"name": "acorn_electron",
"url": "https://github.com/Sector14/acorn-electron-core.git",
"branch": "develop",
"production": true
},
{
"owner": "Sector14",
"name": "replay_common",
"url": "[email protected]:Sector14/replay_common.git",
"credentialId": "sector14_replay_common",
"testing": true
},
{
"owner": "Sector14",
"name": "replay_arcade",
"url": "[email protected]:Sector14/replay_arcade.git",
"credentialId": "sector14_replay_arcade",
"testing": true,
"disabled": true
},
{
"owner": "Sector14",
"name": "replay_console",
"url": "[email protected]:Sector14/replay_console.git",
"credentialId": "sector14_replay_console",
"testing": true,
"disabled": true
}
]