Sha256: 014dd809ba1754e4078f32972f12066a3a5e9258b2ce89ab2c9bbce22c149495

Contents?: true

Size: 428 Bytes

Versions: 3

Compression:

Stored size: 428 Bytes

Contents

Project.configure do |project|  
  # Send email notifications about broken and fixed builds to email1@your.site, email2@your.site (default: send to nobody)
  project.email_notifier.emails = []

  # Build the project by invoking rake task 'custom'
  # project.rake_task = 'repackage:full'

  # Ping Subversion for new revisions every 5 minutes (default: 30 seconds)
  # project.scheduler.polling_interval = 5.minutes
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jrun-rstack-0.5.2 templates/cruise_config.rb
jrun-rstack-0.5.4 templates/cruise_config.rb
jrun-rstack-0.5.5 templates/cruise_config.rb