2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-31 18:16:39 +00:00

add hour and minute time stamp on package

This commit is contained in:
litingt 2015-05-26 02:56:11 -04:00
parent fdc8ca112a
commit 7ec5d73d1d

View File

@ -198,7 +198,7 @@ then
#the build introduce stirng
pkg_type="snap"
build_string="Snap_Build"
cur_date=`date +%Y%m%d`
cur_date=`date +%Y%m%d%H%M`
pkg_version="${short_ver}-${pkg_type}${cur_date}"
if [ ! -d ../../$package_dir_name ];then