summaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-03-21 17:19:04 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-03-21 17:19:04 +0000
commit310edf444908b09ea6d00c03baceb7925f3bb7a2 (patch)
tree7064577c7fa7a851e2e930beb606ea8237b0bbd2 /.gitmodules
parentReleasing debian version 1.44.3-2. (diff)
downloadnetdata-310edf444908b09ea6d00c03baceb7925f3bb7a2.tar.xz
netdata-310edf444908b09ea6d00c03baceb7925f3bb7a2.zip
Merging upstream version 1.45.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules15
1 files changed, 6 insertions, 9 deletions
diff --git a/.gitmodules b/.gitmodules
index ac8e131f5..862f4808d 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,20 +1,17 @@
-[submodule "mqtt_websockets"]
- path = mqtt_websockets
- url = https://github.com/underhood/mqtt_websockets.git
[submodule "aclk/aclk-schemas"]
- path = aclk/aclk-schemas
+ path = src/aclk/aclk-schemas
url = https://github.com/netdata/aclk-schemas.git
[submodule "ml/kmeans/dlib"]
- path = ml/dlib
+ path = src/ml/dlib
url = https://github.com/davisking/dlib.git
shallow = true
ignore = dirty
-[submodule "web/server/h2o/libh2o"]
- path = web/server/h2o/libh2o
+[submodule "src/web/server/h2o/libh2o"]
+ path = src/web/server/h2o/libh2o
url = https://github.com/h2o/h2o.git
ignore = untracked
[submodule "fluent-bit"]
- path = fluent-bit
+ path = src/fluent-bit
url = https://github.com/fluent/fluent-bit.git
shallow = true
- ignore = dirty \ No newline at end of file
+ ignore = dirty