Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2023-06-18 19:50:19 +0200
committerErich Eckner <git@eckner.net>2023-06-18 19:50:19 +0200
commit257b9503a872a01d797a386c263380d7a9b4dec9 (patch)
tree9d1703827d21a738c2d3fc94f632d65234835664
parent7bb8be69f9897009f8bc778cb7f24e8baa015801 (diff)
bin/interpret-mail: call schedule-for-rebuild instead of seed-build-list
-rwxr-xr-xbin/interpret-mail2
1 files changed, 1 insertions, 1 deletions
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 '' | \