]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa: switch back to git protocol for qemu-xfstests
authorIlya Dryomov <idryomov@gmail.com>
Mon, 19 Dec 2022 17:54:08 +0000 (18:54 +0100)
committerIlya Dryomov <idryomov@gmail.com>
Thu, 22 Dec 2022 12:13:59 +0000 (13:13 +0100)
commite09eb1982499aff3b51497bedda071a2d2a19f71
treebf118e531859109ba3893aeb475d2c495c8f5d26
parent8a60738bd10b2e0dd887849a8581ce0018dc83ab
qa: switch back to git protocol for qemu-xfstests

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>
(cherry picked from commit 631899ffeb84686e5d6b9a271ec72b92a85417ea)

Conflicts:
qa/run_xfstests-obsolete.sh [ commit 89177d65988c ("qa: switch
  to https protocol for repos' server") not in quincy ]
qa/run_xfstests-obsolete.sh