index : checker | |
Archlinux32 consistency checker | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/update | 4 |
@@ -13,8 +13,12 @@ if test ! -d "${packages_dir}"; then exit 1 fi +echo "Updating main state git repo.." + git -C "${state_dir}" pull +echo "Checking statistics.." + find "${state_dir}"/{core,extra}-{any,x86_64} -type f > /tmp/update_packages.$$ nof_packages=`cat /tmp/update_packages.$$ | wc -l` |