From 7ec5d73d1d05697653e5772090cec2cfd223e105 Mon Sep 17 00:00:00 2001 From: litingt Date: Tue, 26 May 2015 02:56:11 -0400 Subject: [PATCH] add hour and minute time stamp on package --- build-ubunturepo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-ubunturepo b/build-ubunturepo index eb1f37fa7..310892777 100755 --- a/build-ubunturepo +++ b/build-ubunturepo @@ -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