Remove "snap" for dep tarball name
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3386 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
1151aa20e4
commit
ffe46fceed
@ -38,7 +38,7 @@ chmod -R g+w *
|
||||
|
||||
# Build the tarball
|
||||
VER=`cat $XCATCOREDIR/Version`
|
||||
DFNAME=xcat-dep-$VER-snap`date +%Y%m%d%H%M`.tar.bz2
|
||||
DFNAME=xcat-dep-$VER-`date +%Y%m%d%H%M`.tar.bz2
|
||||
cd ..
|
||||
tar jcvf $DFNAME xcat-dep
|
||||
cd xcat-dep
|
||||
|
Loading…
Reference in New Issue
Block a user