]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: switch back to git protocol for qemu-xfstests 49534/head
authorIlya Dryomov <idryomov@gmail.com>
Mon, 19 Dec 2022 17:54:08 +0000 (18:54 +0100)
committerIlya Dryomov <idryomov@gmail.com>
Wed, 21 Dec 2022 18:27:15 +0000 (19:27 +0100)
As noted in commit 89177d65988c ("qa: switch to https protocol for
repos' server"), git.ceph.com mirror doesn't make git:// available
anymore.  However, run_xfstests-obsolete.sh has "obsolete" in its
name for a reason -- due to an ancient execution environment, git://
is the only viable option:

  $ git clone https://git.ceph.com/xfstests-dev.git
  Cloning into 'xfstests-dev'...
  error: gnutls_handshake() failed: A TLS fatal alert has been received. while accessing https://git.ceph.com/xfstests-dev.git/info/refs
  fatal: HTTP request failed

Ditch git.ceph.com mirror for now.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
qa/run_xfstests-obsolete.sh

index bd358a13612a72561ab4c19dadc2e8255cd2b4b9..48afff879f53b920da04b89083cee8b6ae493549 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="https://git.ceph.com/xfstests-dev.git"
+XFSTESTS_REPO="git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git"
 
 # Default command line option values
 COUNT="1"