Berksfile #1

  • //
  • guest/
  • doug_scheirer/
  • helix-web-services/
  • main/
  • source/
  • packaging/
  • omnibus-helix-web-services/
  • Berksfile
  • View
  • Commits
  • Open Download .zip Download (297 B)
source 'https://api.berkshelf.com'

#cookbook 'omnibus'

# Uncomment to use the latest version of the Omnibus cookbook from GitHub
cookbook 'omnibus', github: 'chef/omnibus'

group :integration do
  cookbook 'apt',      '~> 2.3'
  cookbook 'freebsd',  '~> 0.1'
  cookbook 'yum-epel', '~> 0.3'
end
# Change User Description Committed
#1 15688 Doug Scheirer Populate -o //guest/perforce_software/helix-web-services/...
//guest/doug_scheirer/helix-web-services/....
//guest/perforce_software/helix-web-services/main/source/packaging/omnibus-helix-web-services/Berksfile
#1 15622 tjuricek Move source code to 'source/' subdirectory of branch.

build/ will remain where it is.
//guest/perforce_software/helix-web-services/main/packaging/omnibus-helix-web-services/Berksfile
#2 14870 tjuricek Add an upstart configuration for helix_web_services.
#1 14794 tjuricek Omnibus installation framework.

Right now, this mostly just packages up most of the software for use within an embedded ruby distribution. Not everything is working because there are decisions to make I'm not entirely sure about. Things, like, "do we embed postgres", or "do I embed unicorn and generate a stupid init.d script".