@cryptotaxi247 / netdata-1 / commits / 0df192eb7

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

Austin S. Hemmelgarn committed Apr 2, 2021 at 10:53 UTC 0df192eb70c5c8c57b0564bbe2401c2935c46dbc
2 files changed +19 -17
.travis.yml
+1
@@ -34,6 +34,7 @@ install:
34 # These are release-related artifacts and have to be evaluated before we start doing conditional checks inside stages
35 - source ".travis/tagger.sh"
36 - export GIT_TAG="$(git tag --points-at)"
37 + - git submodule update --init --recursive
38
39
40 # Setup notification system
Makefile.am
+18 -17
@@ -55,37 +55,38 @@ dist_noinst_DATA = \
55 cppcheck.sh \
56 configs.signatures \
57 contrib \
58 + docs \
59 + mqtt_websockets \
60 netdata.cppcheck \
61 netdata.spec \
62 package.json \
61 - docs \
62 - packaging/version \
63 - packaging/dashboard.version \
64 - packaging/dashboard.checksums \
65 - packaging/go.d.version \
66 - packaging/go.d.checksums \
67 - packaging/jsonc.version \
68 - packaging/jsonc.checksums \
69 - packaging/judy.version \
70 - packaging/judy.checksums \
71 - packaging/libwebsockets.version \
72 - packaging/libwebsockets.checksums \
73 - packaging/mosquitto.version \
74 - packaging/mosquitto.checksums \
63 packaging/bundle-dashboard.sh \
64 packaging/bundle-ebpf.sh \
65 packaging/bundle-judy.sh \
66 packaging/bundle-libbpf.sh \
67 + packaging/bundle-lws.sh \
68 packaging/bundle-mosquitto.sh \
69 packaging/check-kernel-config.sh \
81 - packaging/libbpf.checksums \
82 - packaging/libbpf.version \
70 + packaging/dashboard.checksums \
71 + packaging/dashboard.version \
72 packaging/ebpf.checksums \
73 packaging/ebpf.version \
85 - packaging/bundle-lws.sh \
74 + packaging/go.d.checksums \
75 + packaging/go.d.version \
76 packaging/installer/README.md \
77 packaging/installer/UNINSTALL.md \
78 packaging/installer/UPDATE.md \
79 + packaging/jsonc.checksums \
80 + packaging/jsonc.version \
81 + packaging/judy.checksums \
82 + packaging/judy.version \
83 + packaging/libbpf.checksums \
84 + packaging/libbpf.version \
85 + packaging/libwebsockets.checksums \
86 + packaging/libwebsockets.version \
87 + packaging/mosquitto.checksums \
88 + packaging/mosquitto.version \
89 + packaging/version \
90 $(NULL)
91
92 # until integrated within build