@cryptotaxi247 / netdata-1 / commits / fd64a54e2

Revert "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)" (#8141)

This reverts commit bf62726bc632d1c65e8f2960af0052523f420266.

James Mills committed Feb 22, 2020 at 15:13 UTC fd64a54e244f4380cc4e4e694126ca2b68f7d6f8
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