Browse Source

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 5 years ago
parent
commit
53390e6340
1 changed files with 5 additions and 0 deletions
  1. 5 0
      .travis/create_artifacts.sh

+ 5 - 0
.travis/create_artifacts.sh

@@ -62,5 +62,10 @@ 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