0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-24 05:13:08 +00:00

Fixed bundling of ACLK-NG components in dist tarballs. ()

This commit is contained in:
Austin S. Hemmelgarn 2021-04-02 10:53:40 -04:00 committed by GitHub
parent bc9ce7adce
commit 0df192eb70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 17 deletions

View file

@ -34,6 +34,7 @@ install:
# These are release-related artifacts and have to be evaluated before we start doing conditional checks inside stages
- source ".travis/tagger.sh"
- export GIT_TAG="$(git tag --points-at)"
- git submodule update --init --recursive
# Setup notification system

View file

@ -55,37 +55,38 @@ dist_noinst_DATA = \
cppcheck.sh \
configs.signatures \
contrib \
docs \
mqtt_websockets \
netdata.cppcheck \
netdata.spec \
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-ebpf.sh \
packaging/bundle-judy.sh \
packaging/bundle-libbpf.sh \
packaging/bundle-lws.sh \
packaging/bundle-mosquitto.sh \
packaging/check-kernel-config.sh \
packaging/libbpf.checksums \
packaging/libbpf.version \
packaging/dashboard.checksums \
packaging/dashboard.version \
packaging/ebpf.checksums \
packaging/ebpf.version \
packaging/bundle-lws.sh \
packaging/go.d.checksums \
packaging/go.d.version \
packaging/installer/README.md \
packaging/installer/UNINSTALL.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)
# until integrated within build