Skip to content

Commit

Permalink
config.gce: add additional git repository aliases
Browse files Browse the repository at this point in the history
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
  • Loading branch information
tytso committed Oct 15, 2024
1 parent 972c8bf commit 71bcf39
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions run-fstests/config.gce
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 71bcf39

Please sign in to comment.