]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
use ubuntu-ports for the mirror 246/head
authorAlfredo Deza <adeza@redhat.com>
Tue, 24 Nov 2015 20:01:40 +0000 (15:01 -0500)
committerAlfredo Deza <adeza@redhat.com>
Tue, 24 Nov 2015 20:01:40 +0000 (15:01 -0500)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph-build/build/setup_pbuilder

index 9c2ae161444833040d5b092b7890edadd02f9abc..bdf4b47fe9f3fa0b42921232a4e1156e953f35d0 100755 (executable)
@@ -32,6 +32,8 @@ os="debian"
 
 if [ $os = "debian" ]; then
     mirror="http://www.gtlib.gatech.edu/pub/debian"
+elif [ "$ARCH" = "arm64" ]; then
+    mirror="http://ports.ubuntu.com/ubuntu-ports"
 else
     mirror="http://us.archive.ubuntu.com/ubuntu"
 fi