From 11cd20ada57c2e9da733cabe055c6ad4fd7b863b Mon Sep 17 00:00:00 2001 From: immarvin Date: Fri, 14 Nov 2014 01:29:29 -0800 Subject: [PATCH] add build timestamp to the xcat-dep --- build-ubunturepo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-ubunturepo b/build-ubunturepo index a1f62383e..fea44509b 100755 --- a/build-ubunturepo +++ b/build-ubunturepo @@ -444,7 +444,7 @@ __EOF__ chmod -R g+w xcat-dep #create the tar ball - dep_tar_name=xcat-dep-ubuntu.tar.bz + dep_tar_name=xcat-dep-ubuntu-snap`date +%Y%m%d`.tar.bz tar -hjcf $dep_tar_name xcat-dep chgrp root $dep_tar_name chmod g+w $dep_tar_name