linux-bcachefs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* (no subject)
@ 2025-01-04  4:05 Brett Holman
  2025-01-04  4:05 ` [PATCH] tests/fs/bcachefs: Use https for git clone Brett Holman
  0 siblings, 1 reply; 2+ messages in thread
From: Brett Holman @ 2025-01-04  4:05 UTC (permalink / raw)
  To: kent.overstreet, linux-bcachefs

Without this patch, cloning the bcachefs-tools repos fails when
running bcachefs ktest tests locally. This allows cloning to succeed
when interactively running ktest.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH] tests/fs/bcachefs: Use https for git clone
  2025-01-04  4:05 Brett Holman
@ 2025-01-04  4:05 ` Brett Holman
  0 siblings, 0 replies; 2+ messages in thread
From: Brett Holman @ 2025-01-04  4:05 UTC (permalink / raw)
  To: kent.overstreet, linux-bcachefs; +Cc: Brett Holman

Prevent access error when building bcachefs-tools.

Fixes: 0ba6fd2 ("bcachefs: build bcachefs-tools from git when running interactivally")

Signed-off-by: Brett Holman <bholman.devel@gmail.com>
---
 tests/fs/bcachefs/bcachefs-test-libs.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/fs/bcachefs/bcachefs-test-libs.sh b/tests/fs/bcachefs/bcachefs-test-libs.sh
index 1dd293e..5ff6013 100644
--- a/tests/fs/bcachefs/bcachefs-test-libs.sh
+++ b/tests/fs/bcachefs/bcachefs-test-libs.sh
@@ -7,7 +7,7 @@
 . $(dirname $(readlink -e "${BASH_SOURCE[0]}"))/../../test-libs.sh
 
 if $ktest_interactive; then
-    require-git git://evilpiepirate.org/git/bcachefs-tools.git
+    require-git https://evilpiepirate.org/git/bcachefs-tools.git
     init_build_bcachefs_tools() {
 	cd $ktest_dir/tests/fs/bcachefs/bcachefs-tools
 	make -j PREFIX=/usr install
-- 
2.45.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-01-04  4:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-04  4:05 Brett Holman
2025-01-04  4:05 ` [PATCH] tests/fs/bcachefs: Use https for git clone Brett Holman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).