Skip to content

Commit 90ec392

Browse files
committed
linux-mirror: Add default URI for git-cloning pynfs
Clean-up: Make this a little more consistent with other mirrored repos. Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
1 parent f987bb7 commit 90ec392

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

Makefile.linux-mirror

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ LINUX_MIRROR_ARGS += install_linux_mirror=True
66
ifeq (y,$(CONFIG_INSTALL_LOCAL_LINUX_MIRROR))
77
LINUX_MIRROR_ARGS += defaults_xfsprogs_git='$(subst ",,$(CONFIG_DEFAULT_XFSPROGS_URL))'
88
LINUX_MIRROR_ARGS += defaults_xfsdump_git='$(subst ",,$(CONFIG_DEFAULT_XFSDUMP_URL))'
9+
LINUX_MIRROR_ARGS += defaults_pynfs_git='$(subst ",,$(CONFIG_DEFAULT_PYNFS_GIT_URL))'
910
LINUX_MIRROR_ARGS += mirror_blktests_url='$(subst ",,$(CONFIG_MIRROR_BLKTESTS_URL))'
1011
LINUX_MIRROR_ARGS += mirror_fstests_url='$(subst ",,$(CONFIG_MIRROR_FSTESTS_URL))'
1112
LINUX_MIRROR_ARGS += mirror_kdevops_fstests_url='$(subst ",,$(CONFIG_MIRROR_KDEVOPS_FSTESTS_URL))'

kconfigs/Kconfig.defaults

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ config DEFAULT_KDEVOPS_LINUX_HTTPS_URL
5252
string
5353
default "https://github.com/linux-kdevops/linux.git"
5454

55+
config DEFAULT_PYNFS_GIT_URL
56+
string
57+
default "git://git.linux-nfs.org/projects/cdmackay/pynfs.git"
58+
5559
config DEFAULT_QEMU_GITHUB_HTTPS_URL
5660
string
5761
default "https://github.com/qemu/qemu.git"

0 commit comments

Comments
 (0)