Signed-off-by: Alfredo Deza <adeza@redhat.com>
[ "$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=""