Pages

Wednesday, September 23, 2009

The Latest Git Server Status

from cwhuang's mail :

Hi All,

Since the old git server sometimes suffered from bandwidth issues,
we moved it to a new server provided by Taiwan Linux User Group (TwLUG).

We also simplified the git url from git://git.android-x86.org/android-x86/ to
git://git.android-x86.org/

That is, for repo init, it is
$ repo init -u git://git.android-x86.org/platform/manifest.git

For each individual Android project, it is
git://git.android-x86.org/path_to_project.git

The old url is still valid, but maybe removed in the future.

The Android mirror (android.git.kernel.org) is moved
git://korg.android-x86.org/

So to get the original Android tree from our mirror, use
$ repo init -u git://korg.android-x86.org/platform/manifest.git

The gitweb does not work yet on the new git server.
We will try to fix it as soon as possible.