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:
jbjohnso 2007-10-29 19:36:20 +00:00
parent 63abe78ed3
commit 9eae8ea794
2 changed files with 8 additions and 1 deletions

View File

@ -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
View 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 -