-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconf.js
32 lines (32 loc) · 803 Bytes
/
conf.js
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
module.exports = {
repos: [
{
'git': 'https://github.com/helxsz/sensorexample.git',
'repo': 'helxsz/sensorexample',
'oldname':'sensorexample',
'name': 'fablab',
'root': '/home/ubuntu/node/'
},
{
'git': 'https://github.com/helxsz/testarm.git',
'repo': 'helxsz/testarm',
'oldname':'testarm',
'name': 'arm',
'root': '/home/ubuntu/node/'
},
{
'git': 'https://github.com/helxsz/testrail.git',
'repo': 'helxsz/testrail',
'oldname':'testrail',
'name': 'railway',
'root': '/home/ubuntu/node/'
},
{
'git': 'https://github.com/helxsz/food.git',
'repo': 'helxsz/food',
'oldname':'food',
'name': 'food',
'root': '/home/ubuntu/node/'
}
]
};