Skip to content

Commit

Permalink
qa: switch back to git protocol for qemu-xfstests
Browse files Browse the repository at this point in the history
As noted in commit 89177d6 ("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 <[email protected]>
  • Loading branch information
idryomov committed Dec 21, 2022
1 parent f1c523a commit 631899f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/run_xfstests-obsolete.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 631899f

Please sign in to comment.