3 # Remove the entire girocco.gcsig section in all projects so that the
4 # next time each project reaches its gc interval it will run gc
13 cut
-d : -f 1 <"$cfg_chroot/etc/group" |
grep -v "^_repo" |
17 projdir
="$base/$proj.git"
18 if git
--git-dir="$projdir" config
--remove-section girocco.gcsig
2>/dev
/null
; then
19 count
=$
(( $count + 1 ))
20 if [ $
(( $count % 10 )) = 0 ]; then
25 if [ $
(( $count % 10 )) != 0 ]; then