android のソースの取得をproxy環境で。。

新しいandroid のソースの取得は、https経由で行う。
proxy 環境下では、 https_proxy を指定しなければならない。
が、特定のバージョンのgitではproxy+https はうまくいかないらしい。

http://curl.haxx.se/mail/lib-2011-05/0214.html

なので、repo をいじくって、http から取得した。

$ diff repo.org repo
5c5< REPO_URL='https://android.googlesource.com/tools/repo'

    • -

> REPO_URL='http://android.googlesource.com/tools/repo'