Browse Source

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

This reverts commit fd64a54e244f4380cc4e4e694126ca2b68f7d6f8.
James Mills 5 years ago
parent
commit
24e77fd469
1 changed files with 0 additions and 5 deletions
  1. 0 5
      .travis/create_artifacts.sh

+ 0 - 5
.travis/create_artifacts.sh

@@ -62,10 +62,5 @@ cd artifacts
 ln -s "${BASENAME}.tar.gz" netdata-latest.tar.gz
 ln -s "${BASENAME}.gz.run" netdata-latest.gz.run
 sha256sum -b ./* >"sha256sums.txt"
-
-# TODO: Remove this after 1 successfuly nightly or until there are no v1.19.0-432 instances left
-# XXX: See: https://github.com/netdata/netdata/issues/8056
-sed -i -e '/netdata-v/d' sha256sums.txt
-
 echo "checksums:"
 cat sha256sums.txt