diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-24 09:54:23 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-24 09:54:44 +0000 |
commit | 836b47cb7e99a977c5a23b059ca1d0b5065d310e (patch) | |
tree | 1604da8f482d02effa033c94a84be42bc0c848c3 /.gitmodules | |
parent | Releasing debian version 1.44.3-2. (diff) | |
download | netdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.tar.xz netdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.zip |
Merging upstream version 1.46.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 15 |
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 |