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/10 05:41:37 UTC

git commit: updated refs/heads/master to 37b4d9c

Repository: cloudstack
Updated Branches:
  refs/heads/master ebcad34d3 -> 37b4d9c30


systemvm: use Debian http redirector for apt repositories

* No offline mirrors
* No out of date mirrors
* New mirrors are used
* Load-balancing
* Faster downloads (when APT is used, via parallel downloads)
* Great on mobility

Also see http://http.debian.net/ for more information.

This closes #103

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/37b4d9c3
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/37b4d9c3
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/37b4d9c3

Branch: refs/heads/master
Commit: 37b4d9c3083a16fdfd02d380b4cd4dcae990498c
Parents: ebcad34
Author: René Moser <ma...@renemoser.net>
Authored: Mon Mar 9 23:51:22 2015 +0100
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Tue Mar 10 10:11:08 2015 +0530

----------------------------------------------------------------------
 systemvm/patches/debian/buildsystemvm.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/37b4d9c3/systemvm/patches/debian/buildsystemvm.sh
----------------------------------------------------------------------
diff --git a/systemvm/patches/debian/buildsystemvm.sh b/systemvm/patches/debian/buildsystemvm.sh
index 7f6188a..e3fe2ae 100755
--- a/systemvm/patches/debian/buildsystemvm.sh
+++ b/systemvm/patches/debian/buildsystemvm.sh
@@ -67,14 +67,14 @@ EOF
   fi
 
   cat > etc/apt/sources.list << EOF
-deb http://ftp.us.debian.org/debian/ wheezy main contrib non-free
-deb-src http://ftp.us.debian.org/debian/ wheezy main contrib non-free
+deb http://http.debian.net/debian/ wheezy main contrib non-free
+deb-src http://http.debian.net/debian/ wheezy main contrib non-free
 
 deb http://security.debian.org/ wheezy/updates main
 deb-src http://security.debian.org/ wheezy/updates main
 
-deb http://ftp.us.debian.org/debian/ wheezy-backports main
-deb-src http://ftp.us.debian.org/debian/ wheezy-backports main
+deb http://http.debian.net/debian/ wheezy-backports main
+deb-src http://http.debian.net/debian/ wheezy-backports main
 EOF
 
   cat >> etc/apt/apt.conf << EOF