Skip to content

Instantly share code, notes, and snippets.

@mguterl
Created October 4, 2009 20:47
Show Gist options
  • Save mguterl/201622 to your computer and use it in GitHub Desktop.
Save mguterl/201622 to your computer and use it in GitHub Desktop.
michaelguterl@diminishing:~/www/rm-integrity$ cat init.rb
$LOAD_PATH.unshift(File.expand_path("/home/michaelguterl/.rip/integrity/lib"))
require "integrity"
Integrity.new(
:database_uri => "sqlite3:integrity.db",
:export_directory => File.expand_path("./builds"),
:log => File.expand_path("./bob.log"),
:build_all_commits => true
)
Bob.engine = Bob::Engine::Threaded.new(5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment