edward / integrity forked from integrity/integrity

The easy and fun Continuous Integration server

This URL has Read+Write access

Brent Dillingham (author)
Sun Jul 26 09:00:07 -0700 2009
sr (committer)
Sun Jul 26 09:00:07 -0700 2009
name age message
file .gitignore Tue Mar 17 09:45:05 -0700 2009 Ignore tmp/ [sr]
file AUTHORS Thu May 14 12:22:41 -0700 2009 Remove thanks section from README; accurate AUT... [sr]
file CHANGES Tue May 19 05:59:25 -0700 2009 Forgot project ordering in CHANGES [sr]
file LICENSE Thu May 14 12:22:39 -0700 2009 Extract license from README into LICENSE [sr]
file README.md Loading commit data...
file Rakefile Fri Jun 05 08:50:58 -0700 2009 woops. make metric_fu optional again [sr]
directory bin/
directory config/ Sat Jul 18 00:53:50 -0700 2009 Use Threaded Bob engine with 20 threads by default [sr]
file deps.rip Sun Jul 26 07:24:52 -0700 2009 Add deps.rip [sr]
file hack.rip Sun Jul 26 07:24:53 -0700 2009 Add brynary/webrat/rack to hack.rip [sr]
file integrity.gemspec Thu Jul 23 12:55:47 -0700 2009 Drop the Atom feed * I never used it * Does a... [sr]
directory lib/
directory public/ Sat Nov 08 17:00:01 -0800 2008 Refactor the file structure to look more like a... [foca]
directory test/
directory views/
README.md

Integrity

Integrity is your friendly automated Continuous Integration server.

Contributing

The canonical repository for Integrity is git://github.com/integrity/integrity.git.

The development version (the master branch) of Integrity often requires edgy code. To help handle this situation, a Rip file is included. To start hacking:

  1. Setup Rip if necessary
  2. rip install deps.rip && rip install hack.rb
  3. Hack and rake as usual

Finally, push your changes and let us known where we can pull from.

Why we don't require "rubygems"

We decided to leave that choice up to the user. For more information, please see Why "require 'rubygems'" In Your Library/App/Tests Is Wrong by Ryan Tomayko.