Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/bin/update
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2024-09-28 12:44:01 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2024-09-28 12:44:01 +0200
commit0540f90697718dbe3a62a7232aef027b2ae69a31 (patch)
tree93f0b29414b81f87ee81ae49f34d89e03b0cdfca /bin/update
parent42408f1ec1c1a5474429845641f62349c34cc621 (diff)
update: sorting updates, so we see where the update is with verbose
Diffstat (limited to 'bin/update')
-rwxr-xr-xbin/update2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/update b/bin/update
index ab1ece1..17642cc 100755
--- a/bin/update
+++ b/bin/update
@@ -78,7 +78,7 @@ if test "${UPDATE_UPSTREAM}" = 1; then
git -C "${state_dir}" pull
- find "${state_dir}"/{core,extra}-{any,x86_64} -type f > /tmp/update_packages.$$
+ find "${state_dir}"/{core,extra}-{any,x86_64} -type f | sort > /tmp/update_packages.$$
nof_checked_out_packages=0
nof_updated_packages=0