You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2015/10/30 02:26:40 UTC

qpid-proton git commit: NO-JIRA: Configure reviewboard, simple "rbt post" now works.

Repository: qpid-proton
Updated Branches:
  refs/heads/master 1c19ba9e2 -> c31bf11a2


NO-JIRA: Configure reviewboard, simple "rbt post" now works.

Added .reviewboardrc configuration file so a simple `rbt post` on a branch will
post a review to the Apache reviewboard. See `rbt --help` for more details.

Tips:

    rbt post  # Create a new review of current branch with diff against master
    rbt post --parent branchx  # Review with diff against branchx instead of master
    rbt post -r12345 # Post a new patch to existing review 12345


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/c31bf11a
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/c31bf11a
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/c31bf11a

Branch: refs/heads/master
Commit: c31bf11a2c51d30d20bbcc3fd4be14ee631765f0
Parents: 1c19ba9
Author: Alan Conway <ac...@redhat.com>
Authored: Thu Oct 29 21:25:59 2015 -0400
Committer: Alan Conway <ac...@redhat.com>
Committed: Thu Oct 29 21:26:21 2015 -0400

----------------------------------------------------------------------
 .reviewboardrc | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/c31bf11a/.reviewboardrc
----------------------------------------------------------------------
diff --git a/.reviewboardrc b/.reviewboardrc
new file mode 100644
index 0000000..a3187da
--- /dev/null
+++ b/.reviewboardrc
@@ -0,0 +1,5 @@
+REVIEWBOARD_URL = "https://reviews.apache.org"
+REPOSITORY = 'qpid-proton-git'
+
+
+


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org