Project

General

Profile

« Previous | Next » 

Revision 9bcd15a9

Added by Dominic Cleal about 9 years ago

Add db:migrate/seed postinstall steps

View differences:

rubygem-foreman_chef/rubygem-foreman_chef.spec
gem '%{gem_name}'
GEMFILE
%posttrans
# We need to run the db:migrate after the install transaction
/usr/sbin/foreman-rake db:migrate >/dev/null 2>&1 || :
/usr/sbin/foreman-rake db:seed >/dev/null 2>&1 || :
(/sbin/service foreman status && /sbin/service foreman restart) >/dev/null 2>&1
exit 0
%files
%dir %{gem_instdir}
%{gem_instdir}/app
......
%doc %{gem_instdir}/LICENSE
%exclude %{gem_instdir}/test
%exclude %{gem_dir}/cache/%{gem_name}-%{version}.gem
%files doc
%doc %{gem_instdir}/LICENSE

Also available in: Unified diff