forked from chaoss/grimoirelab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrepos-for-gitee.json
44 lines (44 loc) · 1.23 KB
/
repos-for-gitee.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
{
"grimoirelab": [
{
"name": "grimoirelab",
"dir": "",
"repo_url": "https://github.com/X-lab2017/grimoirelab",
"version_file": "grimoirelab/_version.py"
}
],
"perceval-gitee": [
{
"name": "perceval-gitee",
"dir": "",
"repo_url": "https://github.com/WillemJiang/grimoirelab-perceval-gitee",
"version_file": "setup.py",
"check_run": "perceval gitee --help"
}
],
"grimoireelk": [
{
"name": "grimoire-elk",
"dir": "",
"repo_url": "https://github.com/X-lab2017/grimoirelab-elk",
"version_file": "grimoire_elk/_version.py",
"check_run": "p2o.py --help"
}
],
"grimoireelk-gitee": [
{
"name": "grimoire-elk-gitee",
"dir": "",
"repo_url": "https://github.com/X-lab2017/grimoirelab-elk-gitee",
"version_file": "setup.py"
}
],
"sigils": [
{
"name": "grimoirelab-panels",
"dir": "",
"repo_url": "https://github.com/X-lab2017/grimoirelab-sigils/",
"version_file": "panels/_version.py"
}
]
}