index : checker | |
Archlinux32 consistency checker | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2024-09-28 12:44:01 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2024-09-28 12:44:01 +0200 |
commit | 0540f90697718dbe3a62a7232aef027b2ae69a31 (patch) | |
tree | 93f0b29414b81f87ee81ae49f34d89e03b0cdfca /bin/update | |
parent | 42408f1ec1c1a5474429845641f62349c34cc621 (diff) |
-rwxr-xr-x | bin/update | 2 |
@@ -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 |