Moving micasa 1.5 trunk to Novell forge.
This commit is contained in:
23
shsrc/lshsrc/mk-casa-tarpkg
Normal file
23
shsrc/lshsrc/mk-casa-tarpkg
Normal file
@@ -0,0 +1,23 @@
|
||||
#!/bin/bash
|
||||
set -x
|
||||
cd ../..
|
||||
PR=`pwd`
|
||||
cd $PR/make
|
||||
MAJ_SSS_NO=`cat majver.txt`
|
||||
MIN_SSS_NO=`cat minver.txt`
|
||||
REV_SSS_NO=`cat revver.txt`
|
||||
|
||||
export BLD_NO=$MAJ_SSS_NO.$MIN_SSS_NO.$REV_SSS_NO
|
||||
|
||||
cd $PR/products/install/lux/opt/novell
|
||||
|
||||
(tar cvjf CASA-$BLD_NO.tar.bz2 *)
|
||||
|
||||
RCODE=$?
|
||||
if(test $RCODE != 0)
|
||||
then
|
||||
exit $RCODE
|
||||
else
|
||||
exit 0
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user