2
0
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:
Xiaopeng Wang 2016-08-10 07:47:51 +08:00 committed by GitHub
commit c7a402d554

View File

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