Sha256: b11b933108551f468e1ed97807446599e50798bc85da856735b7f8398df86f2b
Contents?: true
Size: 1.52 KB
Versions: 1
Compression:
Stored size: 1.52 KB
Contents
# # This file is used to configure the <%= config[:name] %> project. It contains # come 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 compontents. 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' # install_path_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' # Enable S3 asset caching # ------------------------------ # use_s3_caching true # s3_access_key 'something' # s3_secret_key 'something' # s3_bucket 'some-bucket' # Customize compiler bits # ------------------------------ # solaris_compiler 'gcc' # build_retries 5
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
omnibus-3.1.1 | lib/omnibus/generator_files/omnibus.rb.example.erb |