From 28b1e575f4f7472dbbc18d9fcc3e2f4f0bc89f70 Mon Sep 17 00:00:00 2001 From: chipx86 Date: Fri, 27 Mar 2009 08:43:26 +0000 Subject: Move post-review into a new top-level "rbtools" package Since the dawn of time, post-review has lived in the Review Board tree, despite being a client script and not necessarily being needed on the server. This moves post-review into a new rbtools package, which users will be able to easy_install (easy_install -U RBTools). The simplejson dependency will be fetched, and users won't have to go hunting in SVN for a script. Over time, I'd like to add new scripts into here (such as one to apply a diff from a review request), and further down the road I'd like to create an "rbapi" (or something) package that contains a Python API for talking to a Review Board server, which rbtools (and post-review) will then use. For now, the goal is to just get post-review moved over. Reviewed at http://reviews.review-board.org/r/788/ git-svn-id: https://reviewboard.googlecode.com/svn/trunk/rbtools@1861 5efc13c4-1f27-0410-8691-ff2d1f55687e --- README | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..d809eaf --- /dev/null +++ b/README @@ -0,0 +1,13 @@ +About rbtools +============= + +rbtools is a collection of console utility scripts for use with Review Board. + +This consists of the following officially supported tools: + + * post-review - Create and update review requests based on changes in + a local tree. + + +There are also some user-contributed scripts and application plugins in the +contrib directory. See the associated README files for more information. -- cgit v1.2.3