* [ima-evm-utils PATCH] tests: use new git repo URL for fsverity-utils
@ 2023-01-25 20:10 Eric Biggers
0 siblings, 0 replies; only message in thread
From: Eric Biggers @ 2023-01-25 20:10 UTC (permalink / raw)
To: linux-integrity
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(-)
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 ..
base-commit: 8ecded5683f2b1d96119f1c9ccd74107e96e0656
--
2.39.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-01-25 20:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-25 20:10 [ima-evm-utils PATCH] tests: use new git repo URL for fsverity-utils Eric Biggers
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).