]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
Use saucy gitbuilder when grabbing sha1 for arm.
authorSandon Van Ness <sandon@inktank.com>
Fri, 13 Dec 2013 00:04:38 +0000 (16:04 -0800)
committerSandon Van Ness <sandon@inktank.com>
Fri, 13 Dec 2013 00:04:38 +0000 (16:04 -0800)
Old quantal gitbuilders are gone until hardware comes back. Use
the new saucy gitbuilders instead.

schedule_suite.sh

index 5e985b852fa8a4113f14b0e98fb9b0b7af41bf76..49a1a3bbeeb757427888cb38857c382e119b74df 100755 (executable)
@@ -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