From 8a907a7257b75ff1cdb0f3f03496fa520c6e46f3 Mon Sep 17 00:00:00 2001 From: Craig Comstock Date: Fri, 25 Jul 2025 07:56:24 -0500 Subject: [PATCH 1/2] Remove TODO about autoconf installed by autobuild policy. No longer useful or applicable. Ticket: none Changelog: none --- build-scripts/build-environment-check | 1 - 1 file changed, 1 deletion(-) diff --git a/build-scripts/build-environment-check b/build-scripts/build-environment-check index aa2571b77..daaf12d62 100755 --- a/build-scripts/build-environment-check +++ b/build-scripts/build-environment-check @@ -12,7 +12,6 @@ # The rest are wanted only on the machine doing "autogen.sh", # aka buildmaster, which is *different* from the buildslaves ### TODO add to the unwanted list: bison byacc flex -### TODO unfortunately autoconf is installed by autobuild policy case "$OS" in From 6cf7c2ef130cb153cd5a3e702dd8b5263af3713d Mon Sep 17 00:00:00 2001 From: Craig Comstock Date: Fri, 25 Jul 2025 07:57:01 -0500 Subject: [PATCH 2/2] Adjusted reference to policy which configures build hosts Existing comment was added in a3f6e91ebf804225f7041a21a823ade19d77a18e but didn't/doesn't refer to any specific "autobuild policy" that I am aware of. Ticket: none Changelog: none --- build-scripts/build-environment-check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-scripts/build-environment-check b/build-scripts/build-environment-check index daaf12d62..b2edacca9 100755 --- a/build-scripts/build-environment-check +++ b/build-scripts/build-environment-check @@ -75,6 +75,6 @@ then exit 0 else echo "$0: FAILURE buildslave is NOT correctly setup" - echo "You should edit the policy in autobuild to fix the issues" + echo "You should edit the policy at buildscripts/ci/cfengine-build-host-setup.cf to fix the issues" exit 1 fi