Project

General

Profile

« Previous | Next » 

Revision 111ae6f1

Added by Michael Moll over 7 years ago

drop special gem installation steps

View differences:

debian/jessie/foreman/debian.rb
# Extra debian gems to go in the vendoring cache
gem 'nokogiri', '~> 1.6.0'
debian/jessie/foreman/foreman.install
extras/noVNC usr/share/foreman/extras
bundler.d/facter.rb usr/share/foreman/bundler.d
bundler.d/jsonp.rb usr/share/foreman/bundler.d
debian/debian.rb usr/share/foreman/bundler.d
public var/lib/foreman
db var/lib/foreman
debian/jessie/foreman/rules
#
# Build the gem cache
#
/bin/cp debian/debian.rb bundler.d/
/bin/rm -f bundler.d/therubyracer.rb
/bin/cp config/settings.yaml.example config/settings.yaml
/bin/cp config/database.yml.example config/database.yml
/bin/cp config/email.yaml.example config/email.yaml
/usr/bin/gem install -f thor -v '0.19.1'
/usr/bin/npm install npm
/usr/bin/nodejs node_modules/.bin/npm install --no-optional
/usr/bin/bundle package
debian/trusty/foreman/debian.rb
# Extra debian gems to go in the vendoring cache
gem 'nokogiri', '~> 1.6.0'
debian/trusty/foreman/foreman.install
extras/noVNC usr/share/foreman/extras
bundler.d/facter.rb usr/share/foreman/bundler.d
bundler.d/jsonp.rb usr/share/foreman/bundler.d
debian/debian.rb usr/share/foreman/bundler.d
public var/lib/foreman
db var/lib/foreman
debian/trusty/foreman/rules
#
# Build the gem cache
#
/bin/cp debian/debian.rb bundler.d/
/bin/rm -f bundler.d/therubyracer.rb
/bin/cp config/settings.yaml.example config/settings.yaml
/bin/cp config/database.yml.example config/database.yml
debian/xenial/foreman/debian.rb
# Extra debian gems to go in the vendoring cache
gem 'nokogiri', '~> 1.6.0'
debian/xenial/foreman/foreman.install
extras/noVNC usr/share/foreman/extras
bundler.d/facter.rb usr/share/foreman/bundler.d
bundler.d/jsonp.rb usr/share/foreman/bundler.d
debian/debian.rb usr/share/foreman/bundler.d
public var/lib/foreman
db var/lib/foreman
debian/xenial/foreman/rules
#
# Build the gem cache
#
/bin/cp debian/debian.rb bundler.d/
/bin/rm -f bundler.d/therubyracer.rb
/bin/cp config/settings.yaml.example config/settings.yaml
/bin/cp config/database.yml.example config/database.yml
/bin/cp config/email.yaml.example config/email.yaml
/usr/bin/gem install -f thor -v '0.19.1'
/usr/bin/gem install -f rake -v '10.5.0'
/usr/bin/gem install -f power_assert -v '0.2.7'
/usr/bin/npm install --no-optional
/usr/bin/bundle package
/usr/bin/bundle exec rake locale:pack assets:precompile RAILS_ENV=production

Also available in: Unified diff