wuzhangjin@gmail.com wrote:
> From: Wu Zhangjin <wuzhangjin@gmail.com>
> git://dev.lemote.com/rt4ls.git to-ralf
> or
> http://dev.lemote.com/cgit/rt4ls.git/log/?h=to-ralf
BTW git to dev.lemote.com at least from some networks in the US is
really, really slow (like a few kb per second) - I have a mirror of some
other lemote stuff at:
http://not.freedsoftware.org/
and am putting a tarball of the most recent tag as of this moment up at:
http://not.freedsoftware.org/lemote-misc/suspend-linux/git-snapshot/rt4ls-02fd45578db2c88fcd03643e904cc0bffd8ef952.tar.bz2
I'd also be happy to mirror more git repositories, but so far no one has
been able to give me the right set of commands to do so. What I am doing
currently is in this file:
http://not.freedsoftware.org/CONTROL/gitmirror
The contents of which are:
#!/bin/sh
# I have no idea if this actually does the right thing. Google and
# friend who knows a lot about git were both unable to help.
# If you are a git-fu master, please contact sysadmin@gnu.org
# http://opensysadmin.com/images/i-love-git-so-much.jpg
cd /srv/mirror/DIST/lemote-misc/git-mirror/linux_loongson
git checkout -f
git fetch origin
git reset --hard origin
git pull
--
Daniel JB Clark | Sys Admin, Free Software Foundation
pobox.com/~dclark | http://www.fsf.org/about/staff#danny
signature.asc
Description: OpenPGP digital signature
|