From 4da8f3bb30d6f1fcb9d6c183d73815b4164b1382 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Tue, 23 Oct 2018 09:52:45 +0200 Subject: [PATCH] Adding submodule python_fb_tools --- .gitmodules | 3 +++ lib/fb_tools | 1 + python_fb_tools | 1 + 3 files changed, 5 insertions(+) create mode 100644 .gitmodules create mode 120000 lib/fb_tools create mode 160000 python_fb_tools diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..d64792c --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "python_fb_tools"] + path = python_fb_tools + url = git@git.pixelpark.com:frabrehm/python_fb_tools.git diff --git a/lib/fb_tools b/lib/fb_tools new file mode 120000 index 0000000..8055864 --- /dev/null +++ b/lib/fb_tools @@ -0,0 +1 @@ +../python_fb_tools/lib/fb_tools \ No newline at end of file diff --git a/python_fb_tools b/python_fb_tools new file mode 160000 index 0000000..ce5a2de --- /dev/null +++ b/python_fb_tools @@ -0,0 +1 @@ +Subproject commit ce5a2de8a61ce56893a2c9fcee19a7ff750daa68 -- 2.39.5