
12 Jan
2011
12 Jan
'11
12:01 p.m.
Daniel Veillard wrote: ...
xmlsoft:~ -> cat bin/GitMaintainance #!/bin/sh # Garbage collect the libvirt GIT repository git --git-dir /git/libvirt.git gc > $HOME/tmp/GitMaintainance.log 2>&1 xmlsoft:~ -> crontab -l | grep GitMaintainance 4 4 * * Sun /u/veillard/bin/GitMaintainance xmlsoft:~ ->
Seems to have run normally on Sun 9 Jan from what I can tell :-)
So basically I should just add --aggressive to the garbage collection command for extra cleanup, right ?
Exactly ;-)