You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2015/03/11 08:52:48 UTC

[3/3] git commit: updated refs/heads/4.5 to 7d2ffe0

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 <ro...@shapeblue.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/7d2ffe06
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/7d2ffe06
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/7d2ffe06

Branch: refs/heads/4.5
Commit: 7d2ffe063d849d77600a458fcb3a358c5d61d737
Parents: a04dd71
Author: Rohit Yadav <ro...@shapeblue.com>
Authored: Wed Mar 11 13:22:09 2015 +0530
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Wed Mar 11 13:22:09 2015 +0530

----------------------------------------------------------------------
 tools/appliance/definitions/systemvm64template/postinstall.sh | 2 +-
 tools/appliance/definitions/systemvmtemplate/postinstall.sh   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/7d2ffe06/tools/appliance/definitions/systemvm64template/postinstall.sh
----------------------------------------------------------------------
diff --git a/tools/appliance/definitions/systemvm64template/postinstall.sh b/tools/appliance/definitions/systemvm64template/postinstall.sh
index 90ff6fd..1a701ae 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
 }
 

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/7d2ffe06/tools/appliance/definitions/systemvmtemplate/postinstall.sh
----------------------------------------------------------------------
diff --git a/tools/appliance/definitions/systemvmtemplate/postinstall.sh b/tools/appliance/definitions/systemvmtemplate/postinstall.sh
index 91ec107..aa6a1c0 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
 }