木魚ブログ

@sainoky

Gerrit/Repo

Repoを使わずGerritにuploadする

基本的な方法 refs/for/branchnameというおまじないref *1 にpushすればrepo uploadしたとき同様レビューにあげることができる。 例えばgit.example.comというGerritサーバにホストされているkernel/commonプロジェクトのexブランチにあげたい場合は $ git p…

Repoでmanifest_static.xml生成

$ repo manifest -r -o manifest_static.xml ファイル名は任意。-rオプション無しだと現在のmanifest状態(.repo/manifest.xmlが指す先の内容)がそのまま出力される。

Repo利用してるJenkins jobのBuild IDタグ打ち

gist9566950

Repoメモ (1)

RepoはAndroid Open Source Project (AOSP)で使われている、Gerritを利用したワークフローをサポートするためのwrapper。実体はPython scriptです。 Repoコマンド実行すると実際何が起きるのか、リファレンスがあったら便利だなと思うことが最近多いので、気…