3 if [ -e /tmp
/gitupdatelock
]; then
7 touch /tmp
/gitupdatelock
10 find .
-name base_url | cut
-c 3- |
sed -e 's/\/base_url$//' |
12 if [ -e "$dir"/.nofetch
]; then
13 (cd "$dir/objects" && [ "$(ls ?? 2>/dev/null)" ] && GIT_DIR
=".." git repack
-a -d)
14 GIT_DIR
="$dir" git update-server-info
16 /home
/repo
/repomgr
/update.sh
"${dir%.git}"
18 done 2>&1 |
grep -v '^Pack.*created\.$'