From 7d2ffe063d849d77600a458fcb3a358c5d61d737 Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Wed, 11 Mar 2015 13:22:09 +0530 Subject: [PATCH] systemvms: use Debian http redirector for apt repos Picked in parts from https://github.com/apache/cloudstack/pull/103/files Signed-off-by: Rohit Yadav --- tools/appliance/definitions/systemvm64template/postinstall.sh | 2 +- tools/appliance/definitions/systemvmtemplate/postinstall.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/appliance/definitions/systemvm64template/postinstall.sh b/tools/appliance/definitions/systemvm64template/postinstall.sh index 90ff6fdead8..1a701ae52cb 100644 --- a/tools/appliance/definitions/systemvm64template/postinstall.sh +++ b/tools/appliance/definitions/systemvm64template/postinstall.sh @@ -23,7 +23,7 @@ CLOUDSTACK_RELEASE=4.5.0 add_backports () { sed -i '/backports/d' /etc/apt/sources.list - echo 'deb http://http.us.debian.org/debian wheezy-backports main' >> /etc/apt/sources.list + echo 'deb http://http.debian.net/debian/ wheezy-backports main' >> /etc/apt/sources.list apt-get update } diff --git a/tools/appliance/definitions/systemvmtemplate/postinstall.sh b/tools/appliance/definitions/systemvmtemplate/postinstall.sh index 91ec107eb16..aa6a1c0eb05 100644 --- a/tools/appliance/definitions/systemvmtemplate/postinstall.sh +++ b/tools/appliance/definitions/systemvmtemplate/postinstall.sh @@ -23,7 +23,7 @@ CLOUDSTACK_RELEASE=4.5.0 add_backports () { sed -i '/backports/d' /etc/apt/sources.list - echo 'deb http://http.us.debian.org/debian wheezy-backports main' >> /etc/apt/sources.list + echo 'deb http://http.debian.net/debian/ wheezy-backports main' >> /etc/apt/sources.list apt-get update }