Project

General

Profile

« Previous | Next » 

Revision 78659fe5

Added by Michael Moll over 7 years ago

update foreman_xen to 0.5.1

View differences:

plugins/ruby-foreman-xen/debian/rules
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
PLUGIN = foreman_xen
build:
cp cache/* /usr/share/foreman/vendor/cache/
cp $(PLUGIN).rb /usr/share/foreman/bundler.d/
cd /usr/share/foreman && ( \
/usr/bin/foreman-ruby /usr/bin/bundle install --local && \
/usr/bin/foreman-ruby /usr/bin/bundle exec rake db:migrate RAILS_ENV=development && \
/usr/bin/foreman-ruby /usr/bin/bundle exec rake plugin:assets:precompile[$(PLUGIN)] RAILS_ENV=production \
)
GEM_PATH=$$(cd /usr/share/foreman && /usr/bin/foreman-ruby /usr/bin/bundle show $(PLUGIN)) && \
cp -rp $${GEM_PATH}/public/assets/$(PLUGIN) ./
%:
dh $@
dh $@

Also available in: Unified diff