Project

General

Profile

« Previous | Next » 

Revision 1ae0984f

Added by Lukas Zapletal about 7 years ago

Added debug hook script

View differences:

rubygem-foreman_hooks/rubygem-foreman_hooks.spec
mkdir -p %{buildroot}%{foreman_dir}/config/hooks
ln -s %{gem_instdir} %{buildroot}%{foreman_dir}/%{gem_name}
# debug script
chmod +x %{buildroot}%{gem_instdir}/extra/foreman-debug.sh
%{__mkdir_p} %{buildroot}%{foreman_dir}/script/foreman-debug.d
ln -s %{gem_instdir}/extra/foreman-debug.sh %{buildroot}%{foreman_dir}/script/foreman-debug.d/50-foreman_hooks
%files
%dir %{gem_instdir}
%{gem_libdir}
......
%{foreman_bundlerd_dir}/%{gem_name}.rb
%{foreman_dir}/config/hooks
%{foreman_dir}/%{gem_name}
%{foreman_dir}/script/foreman-debug.d/50-foreman_hooks
%exclude %{gem_instdir}/test
%exclude %{gem_cache}

Also available in: Unified diff