From 06b5894b6349de342780db2e1442597c03c8b6df Mon Sep 17 00:00:00 2001 From: bp-sawyers Date: Tue, 18 May 2010 15:41:06 +0000 Subject: [PATCH] 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 --- builddep.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builddep.sh b/builddep.sh index c6aa4a85b..0a6b98d77 100755 --- a/builddep.sh +++ b/builddep.sh @@ -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