diff mbox series

[xfstests-bld] fstests-bld: use new git repo URL for fsverity-utils

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

Commit Message

Eric Biggers Feb. 8, 2023, 7:01 a.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>
---
 fstests-bld/config        | 2 +-
 fstests-bld/config.docker | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/fstests-bld/config b/fstests-bld/config
index 5308027..6fe916a 100644
--- a/fstests-bld/config
+++ b/fstests-bld/config
@@ -6,7 +6,7 @@  XFSTESTS_GIT=https://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git
 XFSPROGS_GIT=https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git
 FIO_GIT=http://git.kernel.dk/fio.git
 QUOTA_GIT=https://git.kernel.org/pub/scm/utils/quota/quota-tools.git
-FSVERITY_GIT=https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/fsverity-utils.git/
+FSVERITY_GIT=https://git.kernel.org/pub/scm/fs/fsverity/fsverity-utils.git
 BLKTESTS_GIT=https://github.com/osandov/blktests.git
 
 # Optional repositories, uncomment only if needed
diff --git a/fstests-bld/config.docker b/fstests-bld/config.docker
index 780b73a..678cbee 100644
--- a/fstests-bld/config.docker
+++ b/fstests-bld/config.docker
@@ -12,7 +12,7 @@  QUOTA_COMMIT=d2256ac2d44b0a5be9c0b49ce4ce8e5f6821ce2a
 # SYZKALLER_GIT=https://github.com/google/syzkaller
 # SYZKALLER_COMMIT=2f93b54f26aa40233a0a584ce8714e55c8dd159a
 
-FSVERITY_GIT=https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/fsverity-utils.git/
+FSVERITY_GIT=https://git.kernel.org/pub/scm/fs/fsverity/fsverity-utils.git
 FSVERITY_COMMIT=ddc6bc9daeb79db932aa12edb85c7c2f4647472a
 
 IMA_EVM_UTILS_GIT=https://git.code.sf.net/p/linux-ima/ima-evm-utils.git