summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeng Huang <shawn.p.huang@gmail.com>2010-09-27 10:10:33 +0800
committerPeng Huang <shawn.p.huang@gmail.com>2010-09-27 10:10:33 +0800
commit27c2f7ea0ef69094db2dfc009bb661276fc90227 (patch)
tree50738561db8017e4d9c942600d60891f5a521d7a
parenteb321b4ad179d0f30a6bbf08bcc8e793a0c29f19 (diff)
downloadibus-pinyin-27c2f7ea0ef69094db2dfc009bb661276fc90227.tar.gz
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
-rw-r--r--Makefile.am12
-rw-r--r--codereview.settings2
2 files changed, 14 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 01773d6..d27c338 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -105,6 +105,18 @@ ppa: dist debian/changelog
debuild -S -sa ; \
)
+dpkg: dist debian/changelog
+ $(AM_V_GEN) \
+ ( \
+ mkdir ppa; \
+ cd ppa; \
+ tar zxvf ../$(distdir).tar.gz ; \
+ cd $(distdir); \
+ cp -a ../../debian . ; \
+ cd debian; \
+ debuild -b ; \
+ )
+
upload: dist
./tools/googlecode_upload.py \
-s "ibus-pinyin(拼音)source code" \
diff --git a/codereview.settings b/codereview.settings
new file mode 100644
index 0000000..71ecbee
--- /dev/null
+++ b/codereview.settings
@@ -0,0 +1,2 @@
+# This file is used by "git cl" to get code review information.
+CODE_REVIEW_SERVER: codereview.appspot.com