From 0540f90697718dbe3a62a7232aef027b2ae69a31 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 28 Sep 2024 12:44:01 +0200 Subject: update: sorting updates, so we see where the update is with verbose --- bin/update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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 -- cgit v1.2.3-70-g09d2