4.4も出たので、AOSPミラーを更新してみる。

sync実行。

$ cd ~/AOSP
$ repo sync

repoは自動更新された。
更新できるパッケージもあるが、"Server does not provide clone bundle; ignoring."が頻発。
これは、manifestが大幅に書き換わっているくさい。
manifest初期化しないとダメかな。

$ repo init --mirror -u https://android.googlesource.com/mirror/manifest
faital: --mirror not supported on existing client.
 $ repo init -u https://android.googlesource.com/mirror/manifest

repo mirror initialized in /home/kinneko/AOSP
$ repo sync
Fetching projects: 100% (557/557), done.

動いた。