Sha256: 6271874b9dc08366c93f5b960c176e5e6d40614f3acca9212904814e71b3b734
Contents?: true
Size: 1.73 KB
Versions: 6
Compression:
Stored size: 1.73 KB
Contents
# # This file is used to configure the <%= config[:name] %> project. It contains # some minimal configuration examples for working with Omnibus. For a full list # of configurable options, please see the documentation for +omnibus/config.rb+. # # Build internally # ------------------------------ # By default, Omnibus uses system folders (like +/var+ and +/opt+) to build and # cache components. If you would to build everything internally, you can # uncomment the following options. This will prevent the need for root # permissions in most cases. You will also need to update the <%= config[:name] %> # project configuration to build at +./local/omnibus/build+ instead of # +<%= config[:install_path] %>+ # # Uncomment this line to change the default base directory to "local" # ------------------------------------------------------------------- # base_dir './local' # # Alternatively you can tune the individual values # ------------------------------------------------ # cache_dir './local/omnibus/cache' # git_cache_dir './local/omnibus/cache/install_path' # source_dir './local/omnibus/src' # build_dir './local/omnibus/build' # package_dir './local/omnibus/pkg' # package_tmp './local/omnibus/pkg-tmp' # Disable git caching # ------------------------------ # use_git_caching false # Enable S3 asset caching # ------------------------------ # use_s3_caching true # s3_access_key ENV['S3_ACCESS_KEY'] # s3_secret_key ENV['S3_SECRET_KEY'] # s3_bucket ENV['S3_BUCKET'] # Customize compiler bits # ------------------------------ # solaris_compiler 'gcc' # build_retries 5 # Load additional software # ------------------------------ # software_gems ['omnibus-software', 'my-company-software'] # local_software_dirs ['/path/to/local/software']
Version data entries
6 entries across 6 versions & 1 rubygems