summaryrefslogtreecommitdiff
path: root/bin/seed-build-list
diff options
context:
space:
mode:
Diffstat (limited to 'bin/seed-build-list')
-rwxr-xr-xbin/seed-build-list6
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/seed-build-list b/bin/seed-build-list
index 514cb05..0a151d1 100755
--- a/bin/seed-build-list
+++ b/bin/seed-build-list
@@ -221,7 +221,11 @@ if [ -s "${tmp_dir}/mirrors" ]; then
shrink_version 2 | \
uniq -f2 | \
sed -n '
- s/^theirs \(\S\+ \)\{2\}//
+ s/^theirs \(\S\+ \)//
+ T
+# TODO: care about i486 here, too
+ /^i486\./d
+ s/^\(\S\+ \)//
T
p
' | \