summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2022-01-18 08:30:21 -0500
committerGitHub <noreply@github.com>2022-01-18 08:30:21 -0500
commit486ee8a1a3d8538c01cb4e705a4304643122f59b (patch)
treec190838660cfadc4d2e19750c661dfe6b8500245 /tests
parentdbab740e52964c7f356f7fe6a3b200afcace508f (diff)
Initial release of new kickstart script. (#11764)
* Replace existing kickstart scripts with kickstart-ng. This change looks more complicated than it actually is due to git not sanely recognizing the rename. * Fix CI for new kickstart script. * Initial revision of install documentation. * Further documentation updates. * Even more documentation updates. * Fix telemetry event handling if neither curl nor wget are installed. * Remove dependence on `pgrep` for claiming. * Fix fatal error message handling. * Formally outline our support policy. * Updates to platform support doc. * Platform support doc updates. * Minor documentation updates. * Remove accidentally commited file from rebase process. * Apply suggestions from code review, part 1. Co-authored-by: Tina Luedtke <kickoke@users.noreply.github.com> * Made one-line installer consistent. * Apply suggestions from code review, part 2. * Update architecture list for static builds. * Restructure platform support doc so that things are clearer. Especially for cases of linking directly to the section on a specific support category. * Apply suggestions from code review, part 3. Co-authored-by: Tina Luedtke <kickoke@users.noreply.github.com> * Apply suggestions from code review, part 4 Co-authored-by: Tina Luedtke <kickoke@users.noreply.github.com> * Further updates to platform support document. * Further documentation updates. * Rework update documentation. Co-authored-by: Tina Luedtke <kickoke@users.noreply.github.com>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/installer/checksums.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/installer/checksums.sh b/tests/installer/checksums.sh
index e83e0c23c2..ff0400baa7 100755
--- a/tests/installer/checksums.sh
+++ b/tests/installer/checksums.sh
@@ -49,6 +49,5 @@ check_file() {
}
check_file kickstart.sh packaging/installer/methods/kickstart.md
-check_file kickstart-static64.sh packaging/installer/methods/kickstart-64.md
echo "No problems found, exiting successfully!"