From: Sandon Van Ness Date: Wed, 18 Dec 2013 20:38:50 +0000 (-0800) Subject: Use saucy gitbuilder for arm package checking. X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a24a13decdaae751c7e033009345b18f52ba73d1;p=teuthology.git Use saucy gitbuilder for arm package checking. 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 --- diff --git a/schedule_suite.sh b/schedule_suite.sh index 49a1a3bbe..d2b5ec33b 100755 --- a/schedule_suite.sh +++ b/schedule_suite.sh @@ -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