Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/return-assignment4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/return-assignment b/bin/return-assignment
index ec32b9b..47e28f0 100755
--- a/bin/return-assignment
+++ b/bin/return-assignment
@@ -498,13 +498,13 @@ if [ "$6" = 'ERROR' ]; then
'
)
- # release lock on build-list - otherwise seed-build-list won't run
+ # release lock on build-list - otherwise schedule-for-rebuild won't run
flock -u 9
rescheduled_packages=$(
if [ -n "${haskell_rebuild_packages}" ]; then
# shellcheck disable=SC2086
- "${base_dir}/bin/seed-build-list" ${haskell_rebuild_packages} | \
+ "${base_dir}/bin/schedule-for-rebuild" ${haskell_rebuild_packages} | \
sed 's/ .*$//'
fi
)