From 131b2184654e6a314d56c648517209909d59bf55 Mon Sep 17 00:00:00 2001 From: Sandon Van Ness Date: Thu, 2 Jan 2014 18:30:08 -0800 Subject: [PATCH] Use CentOS Gitbuilder sha1 instead of Fedora for non-ubuntu. Signed-off-by: Sandon Van Ness --- schedule_suite.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schedule_suite.sh b/schedule_suite.sh index d2b5ec33b66df..10f0bdab89726 100755 --- a/schedule_suite.sh +++ b/schedule_suite.sh @@ -80,7 +80,7 @@ then CEPH_SHA1=`wget http://gitbuilder.ceph.com/ceph-deb-precise-x86_64-$flavor/ref/$ceph/sha1 -O- 2>/dev/null` fi else - CEPH_SHA1=`wget http://gitbuilder.ceph.com/ceph-rpm-fc18-x86_64-$flavor/ref/$ceph/sha1 -O- 2>/dev/null` + CEPH_SHA1=`wget http://gitbuilder.ceph.com/ceph-rpm-centos6-x86_64-$flavor/ref/$ceph/sha1 -O- 2>/dev/null` fi [ -z "$CEPH_SHA1" ] && schedule_fail "Can't find ceph branch $ceph" @@ -95,7 +95,7 @@ then CEPH_VER=`wget http://gitbuilder.ceph.com/ceph-deb-precise-x86_64-$flavor/sha1/$CEPH_SHA1/version -O- 2>/dev/null` fi else - CEPH_VER=`wget http://gitbuilder.ceph.com/ceph-rpm-fc18-x86_64-$flavor/sha1/$CEPH_SHA1/version -O- 2>/dev/null` + CEPH_VER=`wget http://gitbuilder.ceph.com/ceph-rpm-centos6-x86_64-$flavor/sha1/$CEPH_SHA1/version -O- 2>/dev/null` fi [ -z "$CEPH_VER" ] && schedule_fail "Can't find packages for ceph branch $ceph sha1 $CEPH_SHA1" -- 2.39.5