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:
authorErich Eckner <erich.eckner.ext@bestsecret.com>2023-05-23 11:26:46 +0200
committerErich Eckner <erich.eckner.ext@bestsecret.com>2023-05-23 11:26:46 +0200
commitd06a1fb2aa7a1087549b83b1869ac9cd5ae5d6a7 (patch)
tree0dbb1bd62c96f8e761390882873a1befcfd6ab32 /bin/get-package-updates
parentfda3aa597e40493381fa2aeefe5a2bdc68f28521 (diff)
emit more verbose and more correct state to stdout
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
{