Project

General

Profile

« Previous | Next » 

Revision 00bebb69

Added by Greg Sutcliffe over 10 years ago

Pin libvirt to < 0.5 on squeeze as 0.5.1 does not build

View differences:

debian/squeeze/foreman/patches/libvirt.rb
group :libvirt do
gem "ruby-libvirt", '< 0.5.0', :require => 'libvirt'
end
debian/squeeze/foreman/rules
#
/bin/cp config/settings.yaml.example config/settings.yaml
/bin/cp config/database.yml.example config/database.yml
# Patch would be nice here, but fsr this gets run twice and patch then breaks
# when applied a second time
/bin/cp debian/patches/libvirt.rb bundler.d/libvirt.rb
/usr/bin/bundle pack --all
/usr/bin/bundle exec rake locale:pack assets:precompile
/bin/rm config/settings.yaml

Also available in: Unified diff