sr (owner)

Revisions

  • 9e563a sr Sat Oct 03 18:18:43 -0700 2009
  • 8290be sr Sat Oct 03 18:18:16 -0700 2009
  • 71043d sr Sat Oct 03 18:17:59 -0700 2009
  • 2db2a6 sr Sat Oct 03 18:17:02 -0700 2009
gist: 201016 Download_button fork
public
Public Clone URL: git://gist.github.com/201016.git
Embed All Files: show embed
config.ru #
1
2
3
4
5
6
7
8
9
10
11
12
run Integrity.configure do |c|
  c.use Integrity::ThreadedBuilder, :size => 3
  #c.builder Integrity::DelayedBuilder, :adapter => "sqlite3", :database => "dj.db"
  c.push Bobette::Github, "SECRET TOKEN"
  # c.push :github, "tokenz"
  c.db = "sqlite3::memory"
  c.dir = "/tmp/builds"
  c.logger = "integrity.log"
  c.login = "sr"
  c.password = "foobarspam"
  c.build_all = true
end