Remove release # from xcat-dep tarball

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6156 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
bp-sawyers 2010-05-18 15:41:06 +00:00
parent c7286dd7dc
commit 06b5894b63

View File

@ -73,8 +73,8 @@ chgrp -R xcat *
chmod -R g+w *
# Build the tarball
VER=`cat $XCATCOREDIR/Version`
DFNAME=xcat-dep-$VER-`date +%Y%m%d%H%M`.tar.bz2
#VER=`cat $XCATCOREDIR/Version`
DFNAME=xcat-dep-`date +%Y%m%d%H%M`.tar.bz2
cd ..
tar jcvf $DFNAME xcat-dep
cd xcat-dep