Hi, I have successfully deployed Integrity on heroku and also setup the project.But while running the build i am getting the following error. ==> integrity.log <== # Logfile created on Tue Feb 01 03:23:55 -0800 2011 by logger.rb I, [2011-02-01T03:24:31.907684 #5267] INFO -- : Started building [email protected]:gautamrege/samhita.git at HEAD D, [2011-02-01T03:24:31.959678 #5267] DEBUG -- : (git clone [email protected]:gautamrege/samhita.git ./tmp/builds/13 2>&1) E, [2011-02-01T03:24:32.473986 #5267] ERROR -- : Exception occured during build: undefined local variable or method `output' for #<Integrity::CommandRunner:0x2b464c9e3668>
Please suggest where i am going wrong. Following is my init.rb file Integrity.configure do |c| # c.database = "sqlite3:integrity.db" c.database = ENV["DATABASE_URL"] c.directory = File.dirname(__FILE__) + "/tmp/builds/" c.log = File.dirname(__FILE__) + "/log/integrity.log" c.base_url = "http://ci.example.org" # c.log = "tmp/integrity.log" c.build_all = true c.builder = :threaded, 5 end -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
