Add codereview.settings.
authorPeng Huang <shawn.p.huang@gmail.com>
Mon, 27 Sep 2010 02:10:33 +0000 (10:10 +0800)
committerPeng Huang <shawn.p.huang@gmail.com>
Mon, 27 Sep 2010 02:10:33 +0000 (10:10 +0800)
commit27c2f7ea0ef69094db2dfc009bb661276fc90227
tree50738561db8017e4d9c942600d60891f5a521d7a
parenteb321b4ad179d0f30a6bbf08bcc8e793a0c29f19
Add codereview.settings.

This is for us to use codereview.appspot.com for code reviews.

Instructions to use codereview.appspot.com:

1. Get depot_tools and add PATH to the directory
http://dev.chromium.org/developers/how-tos/depottools

2. In your local IBus git repository,

% git checkout master
% git checkout -b somefix
make changes
% git cl upload
do code reviews at codereview.appspot.com
once it's done, run "git cl push" if you can commit.
otherwise, ask committers to commit on behalf.

Add target for build debian packages.

BUG=none
TEST=build fine

Review URL: http://codereview.appspot.com/2229048
Makefile.am
codereview.settings [new file with mode: 0644]