Sha256: 2992020fa53b5e422401bb895a6a959694650936d3fcbd51ed4ef75ba8b9e774

Contents?: true

Size: 597 Bytes

Versions: 3

Compression:

Stored size: 597 Bytes

Contents

%w[rubygems rake rake/clean fileutils].each { |f| require f }

require 'gepetto/tasks' # load /tasks/*.rake
Dir['tasks/**/*.rake'].each { |t| load t }

# Change the sandbox storage directory
# Sandbox.images_directory = '/disks/sandbox'

Sandbox.new do |s|
  s.bootstraper = DebianBoostraper.new do |d|
    # Specify the wanted debian distribution
    # d.version = 'lenny'

    # Use a local debian mirror
    # d.mirror = 'http://ftp.fr.debian.org/debian'

    # Use a local apt-proxy
    # d.mirror = 'http://localhost:9999/debian'
  end

  # s.disk_size = '1G'
  # s.memory_size = '128M'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
albanpeignier-gepetto-0.0.3 app_generators/gepetto/templates/Rakefile
albanpeignier-gepetto-0.0.4 app_generators/gepetto/templates/Rakefile
albanpeignier-gepetto-0.0.5 app_generators/gepetto/templates/Rakefile