diff mbox series

[ima-evm-utils] tests: use new git repo URL for fsverity-utils

Message ID 20230125201033.24145-1-ebiggers@kernel.org (mailing list archive)
State New, archived
Headers show
Series [ima-evm-utils] tests: use new git repo URL for fsverity-utils | expand

Commit Message

Eric Biggers Jan. 25, 2023, 8:10 p.m. UTC
From: Eric Biggers <ebiggers@google.com>

See the announcement at "[ANNOUNCE] Moving the fsverity-utils git repo"
(https://lore.kernel.org/r/Y9GKm+hcm70myZkr@sol.localdomain).

Signed-off-by: Eric Biggers <ebiggers@google.com>
---
 tests/install-fsverity.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


base-commit: 8ecded5683f2b1d96119f1c9ccd74107e96e0656
diff mbox series

Patch

diff --git a/tests/install-fsverity.sh b/tests/install-fsverity.sh
index 418fc42..051075f 100755
--- a/tests/install-fsverity.sh
+++ b/tests/install-fsverity.sh
@@ -1,6 +1,6 @@ 
 #!/bin/sh
 
-git clone https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/fsverity-utils.git
+git clone https://git.kernel.org/pub/scm/fs/fsverity/fsverity-utils.git
 cd fsverity-utils
 CC=gcc make -j$(nproc) && sudo make install
 cd ..