mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-22 03:32:04 +00:00
Merge pull request #1655 from immarvin/onubtbuild
fix [FVT]:ubuntu build script build-ubunturepo does not support minor release #1604
This commit is contained in:
commit
c7a402d554
@ -203,7 +203,7 @@ then
|
||||
pkg_type="snap"
|
||||
build_string="Snap_Build"
|
||||
cur_date=`date +%Y%m%d%H%M`
|
||||
pkg_version="${short_ver}-${pkg_type}${cur_date}"
|
||||
pkg_version="${ver}-${pkg_type}${cur_date}"
|
||||
|
||||
if [ ! -d ../../$package_dir_name ];then
|
||||
mkdir -p "../../$package_dir_name"
|
||||
|
Loading…
x
Reference in New Issue
Block a user