]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
use git://git.ceph.com 6287/head
authorSage Weil <sage@redhat.com>
Thu, 16 Apr 2015 15:29:41 +0000 (08:29 -0700)
committerJohn Spray <john.spray@redhat.com>
Thu, 15 Oct 2015 19:28:13 +0000 (20:28 +0100)
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 34c467ba06345eacd2fd0e79c162dfd0b22f0486)

qa/run_xfstests-obsolete.sh
qa/workunits/rbd/qemu-iotests.sh
qa/workunits/snaps/snaptest-git-ceph.sh
qa/workunits/suites/fsx.sh

index 3f5e2eca9f5078757f9ff2e2a68967efca2961f2..9845d08d5d907feda0eca04dea87bf4244f57900 100644 (file)
@@ -33,7 +33,7 @@ PROGNAME=$(basename $0)
 
 # xfstests is downloaded from this git repository and then built.
 # XFSTESTS_REPO="git://oss.sgi.com/xfs/cmds/xfstests.git"
-XFSTESTS_REPO="git://ceph.com/git/xfstests.git"
+XFSTESTS_REPO="git://git.ceph.com/xfstests.git"
 
 # Default command line option values
 COUNT="1"
index c453743782892f709b8dab814308eb7c3ea37946..5feefd58a8a68c7e13a5755fe5e2ba6e00ef4ad3 100755 (executable)
@@ -31,7 +31,7 @@ then
     cd ..
     testlist=$testlist' 032 033 055 077'
 else
-    git clone git://ceph.com/git/qemu-iotests.git
+    git clone git://git.ceph.com/qemu-iotests.git
 fi
 
 cd "$iotests"
index f06280aefab352f5911d0a0d251223b0383f811d..1769fe82efb157e31e3e1e271d9feac2e686ed38 100755 (executable)
@@ -4,7 +4,7 @@ set -e
 
 ceph mds set allow_new_snaps true --yes-i-really-mean-it
 
-git clone git://ceph.com/git/ceph.git
+git clone git://git.ceph.com/ceph.git
 cd ceph
 
 versions=`seq 1 21`
index 52c8b3f61e7a28219134a932265342cbaff2951f..238f77028d46d18359f05d10a07c98b56a429171 100755 (executable)
@@ -2,7 +2,7 @@
 
 set -e
 
-git clone git://ceph.com/git/xfstests.git
+git clone git://git.ceph.com/xfstests.git
 make -C xfstests
 cp xfstests/ltp/fsx .