index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2023-06-18 19:50:19 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2023-06-18 19:50:19 +0200 |
commit | 257b9503a872a01d797a386c263380d7a9b4dec9 (patch) | |
tree | 9d1703827d21a738c2d3fc94f632d65234835664 | |
parent | 7bb8be69f9897009f8bc778cb7f24e8baa015801 (diff) |
-rwxr-xr-x | bin/interpret-mail | 2 |
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 '' | \ |