Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/bin/get-package-updates
diff options
context:
space:
mode:
Diffstat (limited to 'bin/get-package-updates')
-rwxr-xr-xbin/get-package-updates2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/get-package-updates b/bin/get-package-updates
index f83aa4c..009330c 100755
--- a/bin/get-package-updates
+++ b/bin/get-package-updates
@@ -399,9 +399,7 @@ if [ -n "${errors}" ]; then
exit 1
fi
-# TODO: do not use head, here
grep -v '^lib32-' "${tmp_dir}/modified-packages" \
-| head -n3 \
| sponge "${tmp_dir}/modified-packages"
while read -r pkgbase repository git_revision mod_git_revision; do