From df07d336a9291e032afc94a951eaadc30f106e91 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Tue, 3 Dec 2024 18:58:57 -0500 Subject: [PATCH] REVERTME: switch xtools branch Closes: #53326 [via git-merge-pr] --- common/travis/fetch-xtools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/travis/fetch-xtools.sh b/common/travis/fetch-xtools.sh index 0dd9e6c532c06c..a185684e38bf42 100755 --- a/common/travis/fetch-xtools.sh +++ b/common/travis/fetch-xtools.sh @@ -4,7 +4,7 @@ TAR=tar command -v bsdtar >/dev/null && TAR=bsdtar -URL="https://github.com/leahneukirchen/xtools/archive/master.tar.gz" +URL="https://github.com/classabbyamp/xtools/archive/pyprovides.tar.gz" FILE="xtools.tar.gz" mkdir -p /tmp/bin