From 7757342ffc8a53a97b992effb768128939ecd29f Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 24 Sep 2015 18:36:57 -0400 Subject: [PATCH] qa: https://ceph.com/git -> https://git.ceph.com Signed-off-by: Sage Weil --- qa/run_xfstests.sh | 2 +- qa/run_xfstests_krbd.sh | 2 +- qa/run_xfstests_qemu.sh | 2 +- qa/workunits/rados/test_python.sh | 4 ++-- qa/workunits/rbd/test_librbd_python.sh | 4 ++-- qa/workunits/rbd/test_lock_fence.sh | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/qa/run_xfstests.sh b/qa/run_xfstests.sh index f1ffc26be114a..4a782ba73da73 100644 --- a/qa/run_xfstests.sh +++ b/qa/run_xfstests.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" XFSTESTS_VERSION="facff609afd6a2ca557c2b679e088982026aa188" XFSPROGS_REPO="git://oss.sgi.com/xfs/cmds/xfsprogs" XFSPROGS_VERSION="v3.2.2" diff --git a/qa/run_xfstests_krbd.sh b/qa/run_xfstests_krbd.sh index 72c6df9e9ba80..afffd2f5f05ab 100644 --- a/qa/run_xfstests_krbd.sh +++ b/qa/run_xfstests_krbd.sh @@ -11,7 +11,7 @@ set -x SCRIPT="run_xfstests.sh" if [ -z "${URL_BASE}" ]; then - URL_BASE="https://ceph.com/git/?p=ceph.git;a=blob_plain;f=qa" + URL_BASE="https://git.ceph.com/?p=ceph.git;a=blob_plain;f=qa" fi cd "${TESTDIR}" diff --git a/qa/run_xfstests_qemu.sh b/qa/run_xfstests_qemu.sh index cf13e3e9cb438..a15f598256cfe 100644 --- a/qa/run_xfstests_qemu.sh +++ b/qa/run_xfstests_qemu.sh @@ -7,7 +7,7 @@ set -x [ -n "${TESTDIR}" ] || export TESTDIR="/tmp/cephtest" [ -d "${TESTDIR}" ] || mkdir "${TESTDIR}" -URL_BASE="https://ceph.com/git/?p=ceph.git;a=blob_plain;f=qa" +URL_BASE="https://git.ceph.com/?p=ceph.git;a=blob_plain;f=qa" SCRIPT="run_xfstests-obsolete.sh" cd "${TESTDIR}" diff --git a/qa/workunits/rados/test_python.sh b/qa/workunits/rados/test_python.sh index 39595fe33298f..2aaff2d15fd8e 100755 --- a/qa/workunits/rados/test_python.sh +++ b/qa/workunits/rados/test_python.sh @@ -2,7 +2,7 @@ CEPH_REF=${CEPH_REF:-master} #wget -q https://raw.github.com/ceph/ceph/$CEPH_REF/src/test/pybind/test_rados.py -wget -O test_rados.py "https://ceph.com/git/?p=ceph.git;a=blob_plain;hb=$CEPH_REF;f=src/test/pybind/test_rados.py" || \ - wget -O test_rados.py "https://ceph.com/git/?p=ceph.git;a=blob_plain;hb=ref/heads/$CEPH_REF;f=src/test/pybind/test_rados.py" +wget -O test_rados.py "https://git.ceph.com/?p=ceph.git;a=blob_plain;hb=$CEPH_REF;f=src/test/pybind/test_rados.py" || \ + wget -O test_rados.py "https://git.ceph.com/?p=ceph.git;a=blob_plain;hb=ref/heads/$CEPH_REF;f=src/test/pybind/test_rados.py" nosetests -v test_rados exit 0 diff --git a/qa/workunits/rbd/test_librbd_python.sh b/qa/workunits/rbd/test_librbd_python.sh index eba66bab6035a..8f02f862ab828 100755 --- a/qa/workunits/rbd/test_librbd_python.sh +++ b/qa/workunits/rbd/test_librbd_python.sh @@ -2,8 +2,8 @@ CEPH_REF=${CEPH_REF:-master} #wget -q https://raw.github.com/ceph/ceph/$CEPH_REF/src/test/pybind/test_rbd.py -wget -O test_rbd.py "https://ceph.com/git/?p=ceph.git;a=blob_plain;hb=$CEPH_REF;f=src/test/pybind/test_rbd.py" || \ - wget -O test_rbd.py "https://ceph.com/git/?p=ceph.git;a=blob_plain;hb=ref/heads/$CEPH_REF;f=src/test/pybind/test_rbd.py" +wget -O test_rbd.py "https://git.ceph.com/?p=ceph.git;a=blob_plain;hb=$CEPH_REF;f=src/test/pybind/test_rbd.py" || \ + wget -O test_rbd.py "https://git.ceph.com/?p=ceph.git;a=blob_plain;hb=ref/heads/$CEPH_REF;f=src/test/pybind/test_rbd.py" if [ -n "${VALGRIND}" ]; then valgrind --tool=${VALGRIND} --suppressions=${TESTDIR}/valgrind.supp \ diff --git a/qa/workunits/rbd/test_lock_fence.sh b/qa/workunits/rbd/test_lock_fence.sh index dc34cb1deb1e2..7f664780573a3 100755 --- a/qa/workunits/rbd/test_lock_fence.sh +++ b/qa/workunits/rbd/test_lock_fence.sh @@ -6,7 +6,7 @@ LOCKID=rbdrw RBDRW=rbdrw.py CEPH_REF=${CEPH_REF:-master} -wget -O $RBDRW "https://ceph.com/git/?p=ceph.git;a=blob_plain;hb=$CEPH_REF;f=src/test/librbd/rbdrw.py" +wget -O $RBDRW "https://git.ceph.com/?p=ceph.git;a=blob_plain;hb=$CEPH_REF;f=src/test/librbd/rbdrw.py" rbd create $IMAGE --size 10 --image-format 2 --image-shared || exit 1 -- 2.39.5