@cryptotaxi247 / netdata-1 / commits / bf62726bc

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

This reverts commit 53390e634001be49e9b67c4ea71232dc028033ec.

James Mills committed Feb 13, 2020 at 15:35 UTC bf62726bc632d1c65e8f2960af0052523f420266
1 file changed -5
.travis/create_artifacts.sh
-5
@@ -62,10 +62,5 @@ 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 -
65 echo "checksums:"
66 cat sha256sums.txt