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:
parent
e50ab3c0a6
commit
cb54221261
@ -1 +1 @@
|
||||
#coral compute
|
||||
#csm compute
|
||||
|
@ -1 +1 @@
|
||||
#coral launch
|
||||
#csm launch
|
||||
|
@ -1 +1 @@
|
||||
#coral login
|
||||
#csm login
|
||||
|
@ -1 +1 @@
|
||||
#coral service
|
||||
#csm service
|
||||
|
@ -1 +1 @@
|
||||
#coral workload manager
|
||||
#csm workload manager
|
||||
|
1
xCAT-csm/install/postscripts/csm_post
Normal file
1
xCAT-csm/install/postscripts/csm_post
Normal file
@ -0,0 +1 @@
|
||||
#example postscript for CSM
|
@ -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
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user