@hackage ReviewBoard0.1

Haskell bindings to ReviewBoard

  • Categories

  • License

    BSD-3-Clause

  • Maintainer

    <adam.smyczek@gmail.com>

  • Versions

    • 0.2.2 Wed, 28 May 2008
    • 0.2.1 Mon, 19 May 2008
    • 0.2 Mon, 12 May 2008
    • 0.1 Thu, 1 May 2008

DESCRIPTION

Haskell bindings to ReviewBoard (http://code.google.com/p/reviewboard/)

From the project page: "Review Board is a web-based tool designed to help projects and companies keep track of pending code changes and make code reviews much less painful and time-consuming..."

This package contains:

  • The WebAPI binding to ReviewBoard.
  • Sample command line tool 'mkrr' demonstrating the usage of the bindings. Using 'mkrr' new review requests can be submitted from the local repository copy in the form: svn diff | mkrr -r [reviewers] For details see haddock documentation.

Implemented and tested for ReviewBoard 1.0 Beta (4/25/2008).

REQUIREMENTS

INSTALLATION

  1. Configure: runhaskell Setup.lhs configure
  2. Compile: runhaskell Setup.lhs build
  3. Install: runhaskell Setup.lhs install (as root)