From 257b9503a872a01d797a386c263380d7a9b4dec9 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sun, 18 Jun 2023 19:50:19 +0200 Subject: bin/interpret-mail: call schedule-for-rebuild instead of seed-build-list --- bin/interpret-mail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/interpret-mail b/bin/interpret-mail index 2580c00..06eb4f0 100755 --- a/bin/interpret-mail +++ b/bin/interpret-mail @@ -310,7 +310,7 @@ fi if [ -s "${tmp_dir}/schedule" ]; then # shellcheck disable=SC2046 - "${base_dir}/bin/seed-build-list" --wait $( + "${base_dir}/bin/schedule-for-rebuild" --wait $( tr '[:space:]' '\n' < \ "${tmp_dir}/schedule" | \ grep -vxF '' | \ -- cgit v1.2.3-54-g00ecf