From 4d976e5a22921c6f60d55e92ff45c22b20e1cd39 Mon Sep 17 00:00:00 2001 From: Benoit Pierre Date: Tue, 28 Jul 2026 20:54:59 +0200 Subject: [PATCH] stop using `updatetools` The GNU Savannah servers are really flaky, additionally, unconditionally updating those scripts reduce reproducibility. --- gen-tc.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/gen-tc.sh b/gen-tc.sh index cbdc547..9d75fe7 100755 --- a/gen-tc.sh +++ b/gen-tc.sh @@ -67,7 +67,6 @@ Build_CT-NG() { "${ct_ng[@]}" "${tc_target}" "${ct_ng[@]}" oldconfig "${ct_ng[@]}" upgradeconfig - "${ct_ng[@]}" updatetools if [ -n "${CI}" ]; then sed -i 's/^CT_LOG_PROGRESS_BAR=y/CT_LOG_PROGRESS_BAR=n/' .config fi