From 386f6e354c816d96a30dd747afcbde70142b3723 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Wed, 9 Sep 2015 09:27:06 -0400 Subject: [PATCH] use a public mirror for Jessie Signed-off-by: Alfredo Deza --- ceph-build/build/setup_pbuilder | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ceph-build/build/setup_pbuilder b/ceph-build/build/setup_pbuilder index 02ed4cba..f65a8e2a 100755 --- a/ceph-build/build/setup_pbuilder +++ b/ceph-build/build/setup_pbuilder @@ -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="" -- 2.39.5