mirror of
https://github.com/netdata/netdata.git
synced 2025-05-02 08:20:10 +00:00
Fixed bundling of ACLK-NG components in dist tarballs. (#10894)
This commit is contained in:
parent
bc9ce7adce
commit
0df192eb70
2 changed files with 19 additions and 17 deletions
|
@ -34,6 +34,7 @@ install:
|
||||||
# These are release-related artifacts and have to be evaluated before we start doing conditional checks inside stages
|
# These are release-related artifacts and have to be evaluated before we start doing conditional checks inside stages
|
||||||
- source ".travis/tagger.sh"
|
- source ".travis/tagger.sh"
|
||||||
- export GIT_TAG="$(git tag --points-at)"
|
- export GIT_TAG="$(git tag --points-at)"
|
||||||
|
- git submodule update --init --recursive
|
||||||
|
|
||||||
|
|
||||||
# Setup notification system
|
# Setup notification system
|
||||||
|
|
35
Makefile.am
35
Makefile.am
|
@ -55,37 +55,38 @@ dist_noinst_DATA = \
|
||||||
cppcheck.sh \
|
cppcheck.sh \
|
||||||
configs.signatures \
|
configs.signatures \
|
||||||
contrib \
|
contrib \
|
||||||
|
docs \
|
||||||
|
mqtt_websockets \
|
||||||
netdata.cppcheck \
|
netdata.cppcheck \
|
||||||
netdata.spec \
|
netdata.spec \
|
||||||
package.json \
|
package.json \
|
||||||
docs \
|
|
||||||
packaging/version \
|
|
||||||
packaging/dashboard.version \
|
|
||||||
packaging/dashboard.checksums \
|
|
||||||
packaging/go.d.version \
|
|
||||||
packaging/go.d.checksums \
|
|
||||||
packaging/jsonc.version \
|
|
||||||
packaging/jsonc.checksums \
|
|
||||||
packaging/judy.version \
|
|
||||||
packaging/judy.checksums \
|
|
||||||
packaging/libwebsockets.version \
|
|
||||||
packaging/libwebsockets.checksums \
|
|
||||||
packaging/mosquitto.version \
|
|
||||||
packaging/mosquitto.checksums \
|
|
||||||
packaging/bundle-dashboard.sh \
|
packaging/bundle-dashboard.sh \
|
||||||
packaging/bundle-ebpf.sh \
|
packaging/bundle-ebpf.sh \
|
||||||
packaging/bundle-judy.sh \
|
packaging/bundle-judy.sh \
|
||||||
packaging/bundle-libbpf.sh \
|
packaging/bundle-libbpf.sh \
|
||||||
|
packaging/bundle-lws.sh \
|
||||||
packaging/bundle-mosquitto.sh \
|
packaging/bundle-mosquitto.sh \
|
||||||
packaging/check-kernel-config.sh \
|
packaging/check-kernel-config.sh \
|
||||||
packaging/libbpf.checksums \
|
packaging/dashboard.checksums \
|
||||||
packaging/libbpf.version \
|
packaging/dashboard.version \
|
||||||
packaging/ebpf.checksums \
|
packaging/ebpf.checksums \
|
||||||
packaging/ebpf.version \
|
packaging/ebpf.version \
|
||||||
packaging/bundle-lws.sh \
|
packaging/go.d.checksums \
|
||||||
|
packaging/go.d.version \
|
||||||
packaging/installer/README.md \
|
packaging/installer/README.md \
|
||||||
packaging/installer/UNINSTALL.md \
|
packaging/installer/UNINSTALL.md \
|
||||||
packaging/installer/UPDATE.md \
|
packaging/installer/UPDATE.md \
|
||||||
|
packaging/jsonc.checksums \
|
||||||
|
packaging/jsonc.version \
|
||||||
|
packaging/judy.checksums \
|
||||||
|
packaging/judy.version \
|
||||||
|
packaging/libbpf.checksums \
|
||||||
|
packaging/libbpf.version \
|
||||||
|
packaging/libwebsockets.checksums \
|
||||||
|
packaging/libwebsockets.version \
|
||||||
|
packaging/mosquitto.checksums \
|
||||||
|
packaging/mosquitto.version \
|
||||||
|
packaging/version \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
# until integrated within build
|
# until integrated within build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue