Alexey and Jeremy, thanks for the help so far! I got both trunk and Ben's branch working, the problem was with my ssh keys (imagine my embarassment) I am using trunk now, but the problem I am having is that it is not sending emails... Everything else seems to be working just dandy. If you guys have any insight into the email issue

in config/site_config.rb:
ActionMailer::Base.smtp_settings = {
   :address =>        "localhost",
   :domain =>         "[domain]",
 }

The Trace;

executed command :

echo /var/www/cruise/work/projects/test/work test_deploy
$ ruby -e "require 'rubygems' rescue nil;
require 'rake';
load '/var/trustme/www/cruise/tasks/cc_build.rake';
ARGV << '--nosearch' << '--trace' << 'cc:build';
Rake.application.run; ARGV.clear" >> /var/www/cruise/work/projects/ test/build-85ca435/build.log &&
ruby -e "require 'rubygems' rescue nil;
require 'rake'; load '/var/www/cruise/tasks/cc_build.rake';
ARGV << '--nosearch' << '--trace' << 'cc:build';
Rake.application.run;
ARGV.clear" >> /var/www/cruise/work/projects/test/build-85ca435/ build.log 2>&1
exitstatus: 1
STDERR TAIL START
STDERR TAIL END
[debug] ./script/../config/../lib/command_line.rb:146:in `verify_exit_code'
[debug]   ./script/../config/../lib/command_line.rb:95:in `e'
[debug]   ./script/../config/../lib/command_line.rb:71:in `execute'
[debug]   ./script/../config/../lib/command_line.rb:70:in `chdir'
[debug]   ./script/../config/../lib/command_line.rb:70:in `execute'
[debug]   ./script/../config/../app/models/build.rb:31:in `run'
[debug]   ./script/../config/../app/models/build.rb:185:in `call'
[debug] ./script/../config/../app/models/build.rb:185:in `in_clean_environment_on_local_copy'
[debug]   ./script/../config/../app/models/build.rb:184:in `chdir'
[debug] ./script/../config/../app/models/build.rb:184:in `in_clean_environment_on_local_copy'
[debug]   ./script/../config/../app/models/build.rb:30:in `run'
[debug] ./script/../config/../app/models/project.rb:310:in `build_without_serialization'
[debug]   ./script/../config/../app/models/project.rb:287:in `build'
[debug] ./script/../config/../app/models/project.rb:211:in `build_if_necessary' [debug] ./script/../config/../app/models/polling_scheduler.rb: 13:in `run'
[debug]   ./script/builder:79
[debug]   ./script/builder:78:in `catch'
[debug]   ./script/builder:78
[debug]   script/../config/../cruise:14:in `load'
[debug]   script/../config/../cruise:14:in `builder'
[debug]   script/../config/../cruise:68:in `send'
[debug]   script/../config/../cruise:68
[debug]   /usr/lib/ruby/1.8/fileutils.rb:121:in `chdir'
[debug]   /usr/lib/ruby/1.8/fileutils.rb:121:in `cd'
[debug]   script/../config/../cruise:67
Build 85ca435 FAILED
[info]  [2008-10-09 15:35:28] Build 85ca435 FAILED
[debug] [2008-10-09 15:35:28] Sleeping

And tailing maillog reveals no attempts to send an email.

Thoughts?

-k


On 9-Oct-08, at 4:05 PM, Alexey Verkhovsky wrote:

On Thu, Oct 9, 2008 at 2:57 PM, Kevin Willock <[EMAIL PROTECTED]> wrote:
Thanks Alexey, do we know when the next release is slated for?
Not really. It can be anywhere between a couple of weeks and a couple of months.

I tried those directions initially, but the same problems occurred

That's unfortunate. People are using Ben's branch on projects, as far
as I know, so maybe someone else on the list may help you there.

Jeremy Lightsmith told me a couple of days ago that he is using CC.rb
trunk on a project with Git, after some changes (that he has checked
in already), and it works for them. So, if Ben's branch doesn't work
for you, perhaps you can try the trunk instead.

Sorry for not being very helpful.

-- Alex
_______________________________________________
Cruisecontrolrb-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users

_______________________________________________
Cruisecontrolrb-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users

Reply via email to