瀏覽代碼

Initial pylib submodules added

master
Dirk Alders 3 年之前
父節點
當前提交
62aa691636
共有 16 個檔案被更改,包括 56 行新增0 行删除
  1. 42
    0
      .gitmodules
  2. 0
    0
      __init__.py
  3. 1
    0
      caching
  4. 1
    0
      fstools
  5. 1
    0
      geo
  6. 1
    0
      helpers
  7. 1
    0
      media
  8. 1
    0
      report
  9. 1
    0
      reqif
  10. 1
    0
      rpi_envsens
  11. 1
    0
      socket_protocol
  12. 1
    0
      state_machine
  13. 1
    0
      stringtools
  14. 1
    0
      task
  15. 1
    0
      tcp_socket
  16. 1
    0
      unittest

+ 42
- 0
.gitmodules 查看文件

@@ -0,0 +1,42 @@
1
+[submodule "stringtools"]
2
+	path = stringtools
3
+	url = https://git.mount-mockery.de/pylib/stringtools.git
4
+[submodule "unittest"]
5
+	path = unittest
6
+	url = https://git.mount-mockery.de/pylib/unittest.git
7
+[submodule "fstools"]
8
+	path = fstools
9
+	url = https://git.mount-mockery.de/pylib/fstools.git
10
+[submodule "caching"]
11
+	path = caching
12
+	url = https://git.mount-mockery.de/pylib/caching.git
13
+[submodule "tcp_socket"]
14
+	path = tcp_socket
15
+	url = https://git.mount-mockery.de/pylib/tcp_socket.git
16
+[submodule "socket_protocol"]
17
+	path = socket_protocol
18
+	url = https://git.mount-mockery.de/pylib/socket_protocol.git
19
+[submodule "state_machine"]
20
+	path = state_machine
21
+	url = https://git.mount-mockery.de/pylib/state_machine.git
22
+[submodule "task"]
23
+	path = task
24
+	url = https://git.mount-mockery.de/pylib/task.git
25
+[submodule "helpers"]
26
+	path = helpers
27
+	url = https://git.mount-mockery.de/pylib/helpers.git
28
+[submodule "reqif"]
29
+	path = reqif
30
+	url = https://git.mount-mockery.de/pylib/reqif.git
31
+[submodule "report"]
32
+	path = report
33
+	url = https://git.mount-mockery.de/pylib/report.git
34
+[submodule "media"]
35
+	path = media
36
+	url = https://git.mount-mockery.de/pylib/media.git
37
+[submodule "geo"]
38
+	path = geo
39
+	url = https://git.mount-mockery.de/pylib/geo.git
40
+[submodule "rpi_envsens"]
41
+	path = rpi_envsens
42
+	url = https://git.mount-mockery.de/pylib/rpi_envsens.git

+ 0
- 0
__init__.py 查看文件


+ 1
- 0
caching

@@ -0,0 +1 @@
1
+Subproject commit 112833ac2f90a558864af36cb05021d73a7e27b9

+ 1
- 0
fstools

@@ -0,0 +1 @@
1
+Subproject commit a88e689cacdfd1b09a874f14096a0cd92137b7be

+ 1
- 0
geo

@@ -0,0 +1 @@
1
+Subproject commit 11166bb27ad2335f7812fcb88c788397f5106751

+ 1
- 0
helpers

@@ -0,0 +1 @@
1
+Subproject commit c4f055189856dddf9f05c56189453370d25ba620

+ 1
- 0
media

@@ -0,0 +1 @@
1
+Subproject commit abcf63d02e866c3832d014c54f2a95acdfb7d304

+ 1
- 0
report

@@ -0,0 +1 @@
1
+Subproject commit 89fc2247dd0c74a55f7e20578275779937ab5ecd

+ 1
- 0
reqif

@@ -0,0 +1 @@
1
+Subproject commit abc146db9f2a6c5f0aff6294e75e77f8b66e9450

+ 1
- 0
rpi_envsens

@@ -0,0 +1 @@
1
+Subproject commit afedf43bdf2e3359290f69a36242ac7ec09c2c88

+ 1
- 0
socket_protocol

@@ -0,0 +1 @@
1
+Subproject commit 8debe21b956b897b973e502211fae7b563534704

+ 1
- 0
state_machine

@@ -0,0 +1 @@
1
+Subproject commit c47c20e0d69cdefe498c38e459ec8f4accb642bd

+ 1
- 0
stringtools

@@ -0,0 +1 @@
1
+Subproject commit e1f76d96312e540544b2328d0937b0aa41126aa9

+ 1
- 0
task

@@ -0,0 +1 @@
1
+Subproject commit 7583bb5f3bd2420c901374ba95b678af6ce88433

+ 1
- 0
tcp_socket

@@ -0,0 +1 @@
1
+Subproject commit 72275a3270b0d34a696a2809cc066f84d72268a5

+ 1
- 0
unittest

@@ -0,0 +1 @@
1
+Subproject commit 5417bf1cbab79d0fe0db2faf9553324e34564ef8

Loading…
取消
儲存