From: Sage Weil Date: Thu, 16 Apr 2015 15:29:41 +0000 (-0700) Subject: use git://git.ceph.com X-Git-Tag: v9.0.1~126^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=34c467ba06345eacd2fd0e79c162dfd0b22f0486;p=ceph.git use git://git.ceph.com Signed-off-by: Sage Weil --- diff --git a/qa/run_xfstests-obsolete.sh b/qa/run_xfstests-obsolete.sh index 3f5e2eca9f50..9845d08d5d90 100644 --- a/qa/run_xfstests-obsolete.sh +++ b/qa/run_xfstests-obsolete.sh @@ -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" diff --git a/qa/workunits/rbd/qemu-iotests.sh b/qa/workunits/rbd/qemu-iotests.sh index 1ab6a401bbac..7f0eff2c0e59 100755 --- a/qa/workunits/rbd/qemu-iotests.sh +++ b/qa/workunits/rbd/qemu-iotests.sh @@ -29,7 +29,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" diff --git a/qa/workunits/snaps/snaptest-git-ceph.sh b/qa/workunits/snaps/snaptest-git-ceph.sh index f06280aefab3..1769fe82efb1 100755 --- a/qa/workunits/snaps/snaptest-git-ceph.sh +++ b/qa/workunits/snaps/snaptest-git-ceph.sh @@ -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` diff --git a/qa/workunits/suites/fsx.sh b/qa/workunits/suites/fsx.sh index 52c8b3f61e7a..238f77028d46 100755 --- a/qa/workunits/suites/fsx.sh +++ b/qa/workunits/suites/fsx.sh @@ -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 .