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>
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