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 ;-)