]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: https://ceph.com/git -> https://git.ceph.com 6077/head
authorSage Weil <sage@redhat.com>
Thu, 24 Sep 2015 22:36:57 +0000 (18:36 -0400)
committerSage Weil <sage@redhat.com>
Thu, 24 Sep 2015 22:36:57 +0000 (18:36 -0400)
Signed-off-by: Sage Weil <sage@redhat.com>
qa/run_xfstests.sh
qa/run_xfstests_krbd.sh
qa/run_xfstests_qemu.sh
qa/workunits/rados/test_python.sh
qa/workunits/rbd/test_librbd_python.sh
qa/workunits/rbd/test_lock_fence.sh

index f1ffc26be114a544f19399bd5ba8d01640f5d6b8..4a782ba73da73b28025b39477b881a63af869315 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"
 XFSTESTS_VERSION="facff609afd6a2ca557c2b679e088982026aa188"
 XFSPROGS_REPO="git://oss.sgi.com/xfs/cmds/xfsprogs"
 XFSPROGS_VERSION="v3.2.2"
index 72c6df9e9ba8021299b1458c5b749220d0ef67a2..afffd2f5f05ab2996bfd56e77323a081218a1699 100644 (file)
@@ -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}"
index cf13e3e9cb438484b91962cdd955b6cb5389c41c..a15f598256cfe8843280f580cc697b7b71e6889e 100644 (file)
@@ -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}"
index 39595fe33298f4b847bb3f81e70d68c56fd6bdbe..2aaff2d15fd8efa7187f3b95c12d61d1388b08a1 100755 (executable)
@@ -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
index eba66bab6035af48c6b1881df2a6254f85ae79fa..8f02f862ab828da892bc4e82cf87f9295bf3c40a 100755 (executable)
@@ -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 \
index dc34cb1deb1e2cc8fc7c55990b63c42e18c0f913..7f664780573a353f9d9ae98264f862bef2b424c1 100755 (executable)
@@ -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