2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-22 03:32:04 +00:00

Remove the -snap date from the filename.

This should not be changed for the deps package.
This commit is contained in:
Victor Hu 2015-10-12 11:10:02 -04:00
parent adf9f05d3f
commit 148676c16c

View File

@ -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