This is an automated email from the ASF dual-hosted git repository. bhaisaab pushed a commit to branch debian9-systemvmtemplate in repository https://gitbox.apache.org/repos/asf/cloudstack.git
commit 3eb50498112c49c8522b882ea37ee5cb22485fc0 Author: Rohit Yadav <rohit.ya...@shapeblue.com> AuthorDate: Fri Nov 17 15:40:37 2017 +0530 update vhd-util url Signed-off-by: Rohit Yadav <rohit.ya...@shapeblue.com> --- .../appliance/definitions/systemvmtemplate/install_systemvm_packages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/appliance/definitions/systemvmtemplate/install_systemvm_packages.sh b/tools/appliance/definitions/systemvmtemplate/install_systemvm_packages.sh index 227f533..c9999be 100644 --- a/tools/appliance/definitions/systemvmtemplate/install_systemvm_packages.sh +++ b/tools/appliance/definitions/systemvmtemplate/install_systemvm_packages.sh @@ -22,7 +22,7 @@ set -x function install_vhd_util() { [[ -f /bin/vhd-util ]] && return - wget --no-check-certificate http://download.cloudstack.org/tools/vhd-util -O /bin/vhd-util + wget --no-check-certificate https://github.com/rhtyd/cloudstack-nonoss/raw/master/vhd-util -O /bin/vhd-util chmod a+x /bin/vhd-util } -- To stop receiving notification emails like this one, please contact "commits@cloudstack.apache.org" <commits@cloudstack.apache.org>.