Linux MIPS Architecture development
 help / color / mirror / Atom feed
From: Daniel Clark <dclark@pobox.com>
To: linux-mips@linux-mips.org
Cc: gnewsense-dev@nongnu.org
Subject: Re: [loongson-support 00/27] linux PATCHes of loongson-based machines
Date: Thu, 21 May 2009 12:34:12 -0400	[thread overview]
Message-ID: <4A158284.5020602@pobox.com> (raw)
In-Reply-To: <cover.1242851584.git.wuzhangjin@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1365 bytes --]

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


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Daniel Clark <dclark@pobox.com>
To: wuzhangjin@gmail.com
Cc: linux-mips@linux-mips.org, Ralf Baechle <ralf@linux-mips.org>,
	Yan hua <yanh@lemote.com>, Philippe Vachon <philippe@cowpig.ca>,
	Zhang Le <r0bertz@gentoo.org>, Zhang Fuxin <zhangfx@lemote.com>,
	Arnaud Patard <apatard@mandriva.com>,
	loongson-dev@googlegroups.com, gnewsense-dev@nongnu.org,
	Nicholas Mc Guire <hofrat@hofr.at>,
	Liu Junliang <liujl@lemote.com>, Erwan Lerale <erwan@thiscow.com>
Subject: Re: [loongson-support 00/27] linux PATCHes of loongson-based machines
Date: Thu, 21 May 2009 12:34:12 -0400	[thread overview]
Message-ID: <4A158284.5020602@pobox.com> (raw)
Message-ID: <20090521163412.EH_EicdA2Ea0-Y7KsqI_ioZCp56f_G6j1RPv61Si-hM@z> (raw)
In-Reply-To: <cover.1242851584.git.wuzhangjin@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1365 bytes --]

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


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]

  parent reply	other threads:[~2009-05-21 16:34 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-20 21:21 [loongson-support 00/27] linux PATCHes of loongson-based machines wuzhangjin
2009-05-20 21:23 ` [loongson-support 01/27] fix-warning: incompatible argument type of pci_fixup_irqs wuzhangjin
2009-05-20 21:24 ` [loongson-support 02/27] fix-warning: incompatible argument type of virt_to_phys wuzhangjin
2009-05-20 21:24 ` [loongson-support 03/27] fix-error: incompatiable argument type of clear_user wuzhangjin
2009-05-20 21:24 ` [loongson-support 04/27] change the naming methods wuzhangjin
2009-05-20 21:25 ` [loongson-support 05/27] remove reference to bonito64.h wuzhangjin
2009-05-20 21:25 ` [loongson-support 06/27] divide the files to the smallest logic unit wuzhangjin
2009-05-20 21:26 ` [loongson-support 07/27] replace tons of magic numbers by understandable symbols wuzhangjin
2009-05-20 21:26 ` [loongson-support 08/27] clean up the early printk support for fuloong(2e) wuzhangjin
2009-05-20 21:27 ` [loongson-support 09/27] enable Real Time Clock Support " wuzhangjin
2009-05-20 21:28 ` [loongson-support 10/27] add loongson-specific cpu-feature-overrides.h wuzhangjin
2009-05-20 21:28 ` [loongson-support 11/27] split the loongson-specific part out wuzhangjin
2009-05-20 21:40 ` [loongson-support 00/27] linux PATCHes of loongson-based machines Wu Zhangjin
2009-05-20 22:30 ` Daniel Clark
2009-05-20 22:30   ` Daniel Clark
2009-05-21  0:17   ` Wu Zhangjin
2009-05-21 14:37     ` Daniel Clark
2009-05-21 14:37       ` Daniel Clark
2009-05-26  2:11   ` yanh
2009-05-26 13:03     ` Daniel Clark
2009-05-26 13:03       ` Daniel Clark
2009-05-21 16:34 ` Daniel Clark [this message]
2009-05-21 16:34   ` Daniel Clark

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4A158284.5020602@pobox.com \
    --to=dclark@pobox.com \
    --cc=gnewsense-dev@nongnu.org \
    --cc=linux-mips@linux-mips.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox