]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Use saucy gitbuilder for arm package checking.
authorSandon Van Ness <sandon@inktank.com>
Wed, 18 Dec 2013 20:38:50 +0000 (12:38 -0800)
committerSandon Van Ness <sandon@inktank.com>
Wed, 18 Dec 2013 20:38:50 +0000 (12:38 -0800)
Some-how missed it checks both sha1 and package version file
and package version was still the quantal gitbuilder which wont
work as the hardware is down.

This was causing scheduling failures.

Signed-off-by: Sandon Van Ness <sandon@inktank.com>
schedule_suite.sh

index 49a1a3bbeeb757427888cb38857c382e119b74df..d2b5ec33b66df459def2d7ba91b1a85c0feaa357 100755 (executable)
@@ -90,7 +90,7 @@ if [ "$distro" = "ubuntu" ]
 then
     if [ "$mtype" = "saya" ]
     then
-        CEPH_VER=`wget http://gitbuilder.ceph.com/ceph-deb-quantal-armv7l-$flavor/sha1/$CEPH_SHA1/version -O- 2>/dev/null`
+        CEPH_VER=`wget http://gitbuilder.ceph.com/ceph-deb-saucy-armv7l-$flavor/sha1/$CEPH_SHA1/version -O- 2>/dev/null`
     else
         CEPH_VER=`wget http://gitbuilder.ceph.com/ceph-deb-precise-x86_64-$flavor/sha1/$CEPH_SHA1/version -O- 2>/dev/null`
     fi