From: Sandon Van Ness Date: Fri, 13 Dec 2013 00:04:38 +0000 (-0800) Subject: Use saucy gitbuilder when grabbing sha1 for arm. X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=939d04cd50052db8afb21fc4fd67097159259883;p=teuthology.git Use saucy gitbuilder when grabbing sha1 for arm. Old quantal gitbuilders are gone until hardware comes back. Use the new saucy gitbuilders instead. --- diff --git a/schedule_suite.sh b/schedule_suite.sh index 5e985b852..49a1a3bbe 100755 --- a/schedule_suite.sh +++ b/schedule_suite.sh @@ -75,7 +75,7 @@ if [ "$distro" = "ubuntu" ] then if [ "$mtype" = "saya" ] then - CEPH_SHA1=`wget http://gitbuilder.ceph.com/ceph-deb-quantal-armv7l-$flavor/ref/$ceph/sha1 -O- 2>/dev/null` + CEPH_SHA1=`wget http://gitbuilder.ceph.com/ceph-deb-saucy-armv7l-$flavor/ref/$ceph/sha1 -O- 2>/dev/null` else CEPH_SHA1=`wget http://gitbuilder.ceph.com/ceph-deb-precise-x86_64-$flavor/ref/$ceph/sha1 -O- 2>/dev/null` fi