From 489b1f589629878c1d20dda3373ac6c475780d12 Mon Sep 17 00:00:00 2001 From: Victor Hu Date: Thu, 10 Mar 2016 22:14:58 -0500 Subject: [PATCH] Change the xcat-dep produced on Ubuntu to be .bz2 extension --- build-ubunturepo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-ubunturepo b/build-ubunturepo index dc0d34d65..3678dc71e 100755 --- a/build-ubunturepo +++ b/build-ubunturepo @@ -484,7 +484,7 @@ __EOF__ chmod -R g+w xcat-dep #create the tar ball - dep_tar_name=xcat-dep-ubuntu-`date +%Y%m%d%H%M`.tar.bz + dep_tar_name=xcat-dep-ubuntu-`date +%Y%m%d%H%M`.tar.bz2 tar -hjcf $dep_tar_name xcat-dep chgrp root $dep_tar_name chmod g+w $dep_tar_name