2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-22 03:32:04 +00:00

Suggested changes to skeleton from github discussion

This commit is contained in:
Patrick Lundgren 2016-10-18 09:27:41 -04:00
parent e50ab3c0a6
commit cb54221261
7 changed files with 10 additions and 8 deletions

View File

@ -1 +1 @@
#coral compute
#csm compute

View File

@ -1 +1 @@
#coral launch
#csm launch

View File

@ -1 +1 @@
#coral login
#csm login

View File

@ -1 +1 @@
#coral service
#csm service

View File

@ -1 +1 @@
#coral workload manager
#csm workload manager

View File

@ -0,0 +1 @@
#example postscript for CSM

View File

@ -33,18 +33,19 @@ xCAT-csm provides Packages for installation of CSM nodes
rm -rf %{buildroot}
mkdir -p $RPM_BUILD_ROOT/%{prefix}/share/xcat/install/rh/
set +x
mkdir -p $RPM_BUILD_ROOT/install/postscripts/csm/
cp csm* $RPM_BUILD_ROOT/%{prefix}/share/xcat/install/rh/
cp install/postscripts/* $RPM_BUILD_ROOT/install/postscripts/csm/
%clean
# This step does not happen until *after* the %files packaging below
rm -rf $RPM_BUILD_ROOT
%files
%{prefix}
%defattr(-,root,root,-)
%{prefix}
/install/poscripts
%doc