From: Eric Biggers <ebiggers@kernel.org>
To: linux-integrity@vger.kernel.org
Subject: [ima-evm-utils PATCH] tests: use new git repo URL for fsverity-utils
Date: Wed, 25 Jan 2023 12:10:33 -0800 [thread overview]
Message-ID: <20230125201033.24145-1-ebiggers@kernel.org> (raw)
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
reply other threads:[~2023-01-25 20:12 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230125201033.24145-1-ebiggers@kernel.org \
--to=ebiggers@kernel.org \
--cc=linux-integrity@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.