]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Use CentOS Gitbuilder sha1 instead of Fedora for non-ubuntu.
authorSandon Van Ness <sandon@inktank.com>
Fri, 3 Jan 2014 02:30:08 +0000 (18:30 -0800)
committerSandon Van Ness <sandon@inktank.com>
Fri, 3 Jan 2014 02:30:08 +0000 (18:30 -0800)
Signed-off-by: Sandon Van Ness <sandon@inktank.com>
schedule_suite.sh

index d2b5ec33b66df459def2d7ba91b1a85c0feaa357..10f0bdab897262d2b7411de1fd3fc2a29c9b6fc4 100755 (executable)
@@ -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"