Add a mkrpm for the metapackage, fix default postscripts.rules to do something sensible with updateflag.awk for alpha
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
63abe78ed3
commit
9eae8ea794
@ -186,7 +186,7 @@ ALL {
|
||||
#2nd arg can be Master IP for multiple master IP support.
|
||||
#
|
||||
ALL {
|
||||
updateflag.awk $MASTER
|
||||
updateflag.awk $MASTER 3002
|
||||
}
|
||||
|
||||
# hardcode networking
|
||||
|
7
xCAT/mkrpm
Executable file
7
xCAT/mkrpm
Executable file
@ -0,0 +1,7 @@
|
||||
cd `dirname $0`
|
||||
tar --exclude .svn -czvf postscripts.tar.gz postscripts LICENSE.html
|
||||
tar --exclude .svn -czvf templates.tar.gz templates
|
||||
mv -f *.gz /usr/src/redhat/SOURCES
|
||||
rpmbuild -ba xCAT.spec
|
||||
cd -
|
||||
|
Loading…
x
Reference in New Issue
Block a user