]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
use a public mirror for Jessie 126/head
authorAlfredo Deza <adeza@redhat.com>
Wed, 9 Sep 2015 13:27:06 +0000 (09:27 -0400)
committerAlfredo Deza <adeza@redhat.com>
Wed, 9 Sep 2015 13:27:06 +0000 (09:27 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph-build/build/setup_pbuilder

index 02ed4cbad65560477b16ebd0dde0d734a793a383..f65a8e2a53677e3e44ec855988675922c844d66d 100755 (executable)
@@ -31,7 +31,11 @@ os="debian"
 [ "$DIST" = "trusty" ] && os="ubuntu"
 
 if [ $os = "debian" ]; then
-    mirror="http://apt-mirror.sepia.ceph.com/ftp.us.debian.org/debian"
+    # We used to consume from an internal mirror
+    # ("http://apt-mirror.sepia.ceph.com/ftp.us.debian.org/debian") but given
+    # that it has caused us issues before (e.g. packages out of date) and that
+    # it currently does not have Jessie we are going to use a public mirror.
+    mirror="http://www.gtlib.gatech.edu/pub/debian"
     othermirror=""
 else
     mirror=""