index : checker | |
Archlinux32 consistency checker | gitolite user |
summaryrefslogtreecommitdiff |
-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 |