From 71bcf39c2b0e8c8503e587e5875109d95a85e6a3 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Tue, 15 Oct 2024 13:27:36 -0400 Subject: [PATCH] config.gce: add additional git repository aliases Signed-off-by: Theodore Ts'o --- run-fstests/config.gce | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/run-fstests/config.gce b/run-fstests/config.gce index 4ec69f0b..b6632f10 100644 --- a/run-fstests/config.gce +++ b/run-fstests/config.gce @@ -46,7 +46,11 @@ declare -A GIT_REPOS GIT_REPOS[stable.git]=https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git GIT_REPOS[next.git]=https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git GIT_REPOS[next-history.git]=https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next-history.git +GIT_REPOS[stable-rc.git]=https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git GIT_REPOS[ext4.git]=https://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git GIT_REPOS[xfs.git]=https://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git GIT_REPOS[btrfs.git]=https://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git GIT_REPOS[f2fs.git]=https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git +GIT_REPOS[nfs.git]=git://git.linux-nfs.org/projects/trondmy/linux-nfs.git +GIT_REPOS[overlayfs.git]=https://git.kernel.org/pub/scm/linux/kernel/git/overlayfs/vfs.git +GIT_REPOS[vfs.git]=https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git