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-updates4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/get-package-updates b/bin/get-package-updates
index 4d2a8f9..6c8192b 100755
--- a/bin/get-package-updates
+++ b/bin/get-package-updates
@@ -399,7 +399,7 @@ if [ -n "${errors}" ]; then
exit 1
fi
->&2 echo 'check for to be deleted packages'
+echo 'Mark to be deleted packages for removal'
cut -d' ' -f1,3 "${tmp_dir}/mysql-packages" \
| sort -u \
@@ -423,6 +423,8 @@ diff "${tmp_dir}/mysql-packages" "${tmp_dir}/upstream-packages" \
delete_package 'any' "${pkgbase}" "${repository}"
done
+echo 'Insert updated packages'
+
while read -r pkgbase repository git_revision mod_git_revision; do
# shellcheck disable=SC2016
{