@cryptotaxi247 / netdata-1 / commits / 53390e634

Added hack to sha256sums.txt to force users of NetData on v1.19.0-483 with a broken updater to update to latest (#8057)

James Mills committed Feb 13, 2020 at 09:14 UTC 53390e634001be49e9b67c4ea71232dc028033ec
1 file changed +5
.travis/create_artifacts.sh
+5
@@ -62,5 +62,10 @@ cd artifacts
62 ln -s "${BASENAME}.tar.gz" netdata-latest.tar.gz
63 ln -s "${BASENAME}.gz.run" netdata-latest.gz.run
64 sha256sum -b ./* >"sha256sums.txt"
65 +
66 +# TODO: Remove this after 1 successfuly nightly or until there are no v1.19.0-432 instances left
67 +# XXX: See: https://github.com/netdata/netdata/issues/8056
68 +sed -i -e '/netdata-v/d' sha256sums.txt
69 +
70 echo "checksums:"
71 cat sha256sums.txt