3 # genindex - Generate gitweb project list from Girocco's
9 get_repo_list |
while read proj
; do
10 echo "$proj.git $(cd "$cfg_reporoot/$proj.git
" && config_get owner)"
11 done >/tmp
/gitweb.list.$$
12 mv /tmp
/gitweb.list.$$
"$cfg_chroot/etc/gitweb.list"