#TIL #gerrit 플러그인 빌드
2016-07-24$ git clone --recursive https://gerrit.googlesource.com/gerrit $ cd gerrit/plugins $ git clone https://gerrit.googlesource.com/plugins/reviewassistant/ $ cd reviewassistant $ cd ~/gerrit $ buck build plugins/reviewassistant:reviewassistant Not using buckd because watchman isn't installed. [-] PROCESSING BUCK FILES...FINISHED 4.7s [-] BUILDING...FINISHED 198.9s (237/237 JOBS)
얼~ job 개수 보소. 난 실수로 gerrit 빌드한 줄 알았다.
$ ls buck-out/gen/plugins/reviewassistant/ | grep jar reviewassistant.jar
빌드 결과물은 여기.
참고 - Gerrit Code Review - Building plugins
- category:
- til 174
@ohyecloudy
, ohyecloudy@gmail.com