-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path.gitmodules
45 lines (39 loc) · 1.57 KB
/
.gitmodules
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
[submodule "builders/arduino-docker-build"]
path = builders/arduino-docker-build
url = https://github.com/suculent/arduino-docker-build.git
[submodule "builders/micropython-docker-build"]
path = builders/micropython-docker-build
url = https://github.com/suculent/micropython-docker-build.git
[submodule "builders/mongoose-docker-build"]
path = builders/mongoose-docker-build
url = https://github.com/suculent/mongoose-docker-build.git
[submodule "builders/nodemcu-docker-build"]
path = builders/nodemcu-docker-build
url = https://github.com/suculent/nodemcu-docker-build.git
[submodule "builders/platformio-docker-build"]
path = builders/platformio-docker-build
url = https://github.com/suculent/platformio-docker-build.git
[submodule "spec/test_repositories/thinx-firmware-esp8266"]
path = spec/test_repositories/thinx-firmware-esp8266
url = git@github.com:suculent/thinx-firmware-esp8266.git
[submodule "services/worker"]
path = services/worker
url = git@github.com:thinx-cloud/worker.git
[submodule "services/transformer"]
path = services/transformer
url = git@github.com:thinx-cloud/transformer.git
[submodule "services/redis"]
path = services/redis
url = git@github.com:thinx-cloud/redis.git
[submodule "services/couchdb"]
path = services/couchdb
url = git@github.com:thinx-cloud/couchdb.git
[submodule "services/console"]
path = services/console
url = git@github.com:thinx-cloud/console.git
[submodule "base"]
path = base
url = git@github.com:suculent/thinx-cloud-base.git
[submodule "services/broker"]
path = services/broker
url = git@github.com:thinx-cloud/broker.git