mirroring git is pretty easy, just used

for i in $(lynx -dump http://git.openmoko.org/ | tr ' ' '\n' | grep ";a=tree" | cut -d ';' -f1 | cut -d '=' -f2); do echo $i; git clone --bare git://git.openmoko.org/git/$i; don
