summaryrefslogtreecommitdiff
path: root/bin/seed-build-list
diff options
context:
space:
mode:
Diffstat (limited to 'bin/seed-build-list')
-rwxr-xr-xbin/seed-build-list3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/seed-build-list b/bin/seed-build-list
index cf147c6..af85904 100755
--- a/bin/seed-build-list
+++ b/bin/seed-build-list
@@ -249,7 +249,8 @@ if ${update}; then
fi
# ignore packages already on the build list
-awk '{print "old " $1 " " $2 " " $3 " " $4 " " $1}' "${work_dir}/build-list" > \
+grep -vxF 'break_loops' "${work_dir}/build-list" | \
+ awk '{print "old " $1 " " $2 " " $3 " " $4 " " $1}' > \
"${tmp_dir}/build-list.old"
# ignore packages on the deletion-list