2007-10-29 19:36:20 +00:00
|
|
|
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
|
2007-11-01 19:51:02 +00:00
|
|
|
cp xcat.conf /usr/src/redhat/SOURCES
|
2007-10-29 19:36:20 +00:00
|
|
|
rpmbuild -ba xCAT.spec
|
|
|
|
cd -
|
|
|
|
|