From 62aa691636eb6e0553660726c099e765b8f176f5 Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Sun, 11 Apr 2021 11:21:06 +0200 Subject: [PATCH] Initial pylib submodules added --- .gitmodules | 42 ++++++++++++++++++++++++++++++++++++++++++ __init__.py | 0 caching | 1 + fstools | 1 + geo | 1 + helpers | 1 + media | 1 + report | 1 + reqif | 1 + rpi_envsens | 1 + socket_protocol | 1 + state_machine | 1 + stringtools | 1 + task | 1 + tcp_socket | 1 + unittest | 1 + 16 files changed, 56 insertions(+) create mode 100644 .gitmodules create mode 100644 __init__.py create mode 160000 caching create mode 160000 fstools create mode 160000 geo create mode 160000 helpers create mode 160000 media create mode 160000 report create mode 160000 reqif create mode 160000 rpi_envsens create mode 160000 socket_protocol create mode 160000 state_machine create mode 160000 stringtools create mode 160000 task create mode 160000 tcp_socket create mode 160000 unittest diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..6da1307 --- /dev/null +++ b/.gitmodules @@ -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 diff --git a/__init__.py b/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/caching b/caching new file mode 160000 index 0000000..112833a --- /dev/null +++ b/caching @@ -0,0 +1 @@ +Subproject commit 112833ac2f90a558864af36cb05021d73a7e27b9 diff --git a/fstools b/fstools new file mode 160000 index 0000000..a88e689 --- /dev/null +++ b/fstools @@ -0,0 +1 @@ +Subproject commit a88e689cacdfd1b09a874f14096a0cd92137b7be diff --git a/geo b/geo new file mode 160000 index 0000000..11166bb --- /dev/null +++ b/geo @@ -0,0 +1 @@ +Subproject commit 11166bb27ad2335f7812fcb88c788397f5106751 diff --git a/helpers b/helpers new file mode 160000 index 0000000..c4f0551 --- /dev/null +++ b/helpers @@ -0,0 +1 @@ +Subproject commit c4f055189856dddf9f05c56189453370d25ba620 diff --git a/media b/media new file mode 160000 index 0000000..abcf63d --- /dev/null +++ b/media @@ -0,0 +1 @@ +Subproject commit abcf63d02e866c3832d014c54f2a95acdfb7d304 diff --git a/report b/report new file mode 160000 index 0000000..89fc224 --- /dev/null +++ b/report @@ -0,0 +1 @@ +Subproject commit 89fc2247dd0c74a55f7e20578275779937ab5ecd diff --git a/reqif b/reqif new file mode 160000 index 0000000..abc146d --- /dev/null +++ b/reqif @@ -0,0 +1 @@ +Subproject commit abc146db9f2a6c5f0aff6294e75e77f8b66e9450 diff --git a/rpi_envsens b/rpi_envsens new file mode 160000 index 0000000..afedf43 --- /dev/null +++ b/rpi_envsens @@ -0,0 +1 @@ +Subproject commit afedf43bdf2e3359290f69a36242ac7ec09c2c88 diff --git a/socket_protocol b/socket_protocol new file mode 160000 index 0000000..8debe21 --- /dev/null +++ b/socket_protocol @@ -0,0 +1 @@ +Subproject commit 8debe21b956b897b973e502211fae7b563534704 diff --git a/state_machine b/state_machine new file mode 160000 index 0000000..c47c20e --- /dev/null +++ b/state_machine @@ -0,0 +1 @@ +Subproject commit c47c20e0d69cdefe498c38e459ec8f4accb642bd diff --git a/stringtools b/stringtools new file mode 160000 index 0000000..e1f76d9 --- /dev/null +++ b/stringtools @@ -0,0 +1 @@ +Subproject commit e1f76d96312e540544b2328d0937b0aa41126aa9 diff --git a/task b/task new file mode 160000 index 0000000..7583bb5 --- /dev/null +++ b/task @@ -0,0 +1 @@ +Subproject commit 7583bb5f3bd2420c901374ba95b678af6ce88433 diff --git a/tcp_socket b/tcp_socket new file mode 160000 index 0000000..72275a3 --- /dev/null +++ b/tcp_socket @@ -0,0 +1 @@ +Subproject commit 72275a3270b0d34a696a2809cc066f84d72268a5 diff --git a/unittest b/unittest new file mode 160000 index 0000000..5417bf1 --- /dev/null +++ b/unittest @@ -0,0 +1 @@ +Subproject commit 5417bf1cbab79d0fe0db2faf9553324e34564ef8