15

[Sorry for the dumb question. This has got to be a FAQ the past few days, but I can't find anything other than people complaining that the repo is down and to check the news...]

I have been unable to use repo to access http://android.git.kernel.org for a while now; obviously this is due to the attack on kernel.org. Unfortunately, I need to pull down versions of the source tree I do not already have.

I know that at least some of the packages are mirrored on http://github.com/android, but the manifest file needs to edited (to, e.g., replace / with _) and it doesn't appear to have all of them anyway. Surely there's a better way?

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
Alex
  • 151
  • 1
  • 3
  • Do you have a previous version cloned somewhere on your machines? You could always point to them until the servers are back up again. :) – vhallac Sep 05 '11 at 19:04
  • Well, I do... repo sucks them all down automatically, right? Unfortunately the source is a mess of tons of different individual git packages, so I wasn't keen on manually extracting the various versions using git. Can repo be coerced into using the local clones to pull the branches? – Alex Sep 05 '11 at 19:12
  • Hm. I am afraid I don't know. I thought it would be a simple search/replace. – vhallac Sep 05 '11 at 19:14
  • If you are contributing to the code base, you might try the `android-contrib` Google Group, or search its recent archives. – CommonsWare Sep 05 '11 at 19:51

3 Answers3

7

https://www.codeaurora.org/gitweb/quic/la/

Source: Access denied to android.git.kernel.org

Community
  • 1
  • 1
hectorct
  • 3,335
  • 1
  • 22
  • 40
3

Google finally has an own mirror online that seems to work:
https://android.googlesource.com
https://source.android.com/source/downloading.html

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
Doc Snyder
  • 46
  • 4
0

http://218.211.38.204/

This is Chih-Wei Huang's personal mirror.