Initial pylib submodules added

This commit is contained in:
Dirk Alders 2021-04-11 11:21:06 +02:00
parent e26c6200f7
commit 62aa691636
16 changed files with 56 additions and 0 deletions

42
.gitmodules vendored Normal file
View File

@ -0,0 +1,42 @@
[submodule "stringtools"]
path = stringtools
url = https://git.mount-mockery.de/pylib/stringtools.git
[submodule "unittest"]
path = unittest
url = https://git.mount-mockery.de/pylib/unittest.git
[submodule "fstools"]
path = fstools
url = https://git.mount-mockery.de/pylib/fstools.git
[submodule "caching"]
path = caching
url = https://git.mount-mockery.de/pylib/caching.git
[submodule "tcp_socket"]
path = tcp_socket
url = https://git.mount-mockery.de/pylib/tcp_socket.git
[submodule "socket_protocol"]
path = socket_protocol
url = https://git.mount-mockery.de/pylib/socket_protocol.git
[submodule "state_machine"]
path = state_machine
url = https://git.mount-mockery.de/pylib/state_machine.git
[submodule "task"]
path = task
url = https://git.mount-mockery.de/pylib/task.git
[submodule "helpers"]
path = helpers
url = https://git.mount-mockery.de/pylib/helpers.git
[submodule "reqif"]
path = reqif
url = https://git.mount-mockery.de/pylib/reqif.git
[submodule "report"]
path = report
url = https://git.mount-mockery.de/pylib/report.git
[submodule "media"]
path = media
url = https://git.mount-mockery.de/pylib/media.git
[submodule "geo"]
path = geo
url = https://git.mount-mockery.de/pylib/geo.git
[submodule "rpi_envsens"]
path = rpi_envsens
url = https://git.mount-mockery.de/pylib/rpi_envsens.git

0
__init__.py Normal file
View File

1
caching Submodule

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

1
fstools Submodule

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

1
geo Submodule

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

1
helpers Submodule

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

1
media Submodule

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

1
report Submodule

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

1
reqif Submodule

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

1
rpi_envsens Submodule

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

1
socket_protocol Submodule

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

1
state_machine Submodule

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

1
stringtools Submodule

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

1
task Submodule

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

1
tcp_socket Submodule

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

1
unittest Submodule

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