tests: Change glusterfs to v7.*
This commit is contained in:
parent
c04a648a44
commit
1b97f0603b
@ -3,11 +3,11 @@ description = "An example GlusterFS server with samba"
|
|||||||
|
|
||||||
[[modules]]
|
[[modules]]
|
||||||
name = "glusterfs"
|
name = "glusterfs"
|
||||||
version = "6.*"
|
version = "7.*"
|
||||||
|
|
||||||
[[modules]]
|
[[modules]]
|
||||||
name = "glusterfs-cli"
|
name = "glusterfs-cli"
|
||||||
version = "6.*"
|
version = "7.*"
|
||||||
|
|
||||||
[[packages]]
|
[[packages]]
|
||||||
name = "samba"
|
name = "samba"
|
||||||
|
@ -52,8 +52,8 @@ OPENSSH_GLOB = {"name":"openssh-server", "version": "8.*"}
|
|||||||
RSYNC_GLOB = {"name": "rsync", "version": "3.1.*"}
|
RSYNC_GLOB = {"name": "rsync", "version": "3.1.*"}
|
||||||
SAMBA_GLOB = {"name": "samba", "version": "4.*.*"}
|
SAMBA_GLOB = {"name": "samba", "version": "4.*.*"}
|
||||||
TMUX_GLOB = {"name": "tmux", "version": "2.9a"}
|
TMUX_GLOB = {"name": "tmux", "version": "2.9a"}
|
||||||
GLUSTERFS_GLOB = {"name": "glusterfs", "version": "6.*"}
|
GLUSTERFS_GLOB = {"name": "glusterfs", "version": "7.*"}
|
||||||
GLUSTERFSCLI_GLOB = {"name": "glusterfs-cli", "version": "6.*"}
|
GLUSTERFSCLI_GLOB = {"name": "glusterfs-cli", "version": "7.*"}
|
||||||
|
|
||||||
|
|
||||||
def get_system_repo():
|
def get_system_repo():
|
||||||
|
Loading…
Reference in New Issue
Block a user