From 148676c16c2ffb39f6e8a734d65f2c9cccba53bd Mon Sep 17 00:00:00 2001 From: Victor Hu Date: Mon, 12 Oct 2015 11:10:02 -0400 Subject: [PATCH] Remove the -snap date from the filename. This should not be changed for the deps package. --- builddep.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builddep.sh b/builddep.sh index f9fc4bd35..5a3f7e931 100755 --- a/builddep.sh +++ b/builddep.sh @@ -38,7 +38,7 @@ if [ "$OSNAME" == "AIX" ]; then DFNAME=dep-aix-`date +%Y%m%d%H%M`.tar.gz GSA=/gsa/pokgsa/projects/x/xcat/build/aix/xcat-dep else - DFNAME=xcat-dep-snap`date +%Y%m%d%H%M`.tar.bz2 + DFNAME=xcat-dep-`date +%Y%m%d%H%M`.tar.bz2 GSA=/gsa/pokgsa/projects/x/xcat/build/linux/xcat-dep export HOME=/root # This is so rpm and gpg will know home, even in sudo fi