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 fd09e651e1dfa20a4dc809a28d07390c1a204097 Author: Rohit Yadav <[email protected]> AuthorDate: Fri Nov 17 15:40:37 2017 +0530 update vhd-util url Signed-off-by: Rohit Yadav <[email protected]> --- .../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 "[email protected]" <[email protected]>.
