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:
parent
fdc8ca112a
commit
7ec5d73d1d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user