File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 5252 - rockylinux/rockylinux:9.4
5353 - rockylinux/rockylinux:9.5
5454 - rockylinux/rockylinux:9.6
55+ - rockylinux/rockylinux:10.0
5556 - fedora:34
5657 - fedora:35
5758 - fedora:36
Original file line number Diff line number Diff line change @@ -47,11 +47,14 @@ if test "${BACKEND}" = "dnf"; then
4747 echo " gpgcheck=0" >> /etc/yum.repos.d/metwork.repo
4848 echo " enabled=1" >> /etc/yum.repos.d/metwork.repo
4949 echo " metadata_expire=0" >> /etc/yum.repos.d/metwork.repo
50+ if test " ${BASE} " = " rockylinux/rockylinux" ; then
51+ dnf -y install epel-release
52+ fi
5053 dnf -y install metwork-mfext-full metwork-mfext-layer-python3_scientific metwork-mfext-layer-python3_extratools metwork-mfext-layer-python3_mapserverapi metwork-mfext-layer-python3_ia metwork-mfext-layer-python3_radartools
5154 mkdir mfext mfextaddon_scientific mfextaddon_mapserver mfextaddon_python3_ia mfextaddon_radartools
5255 dnf -y install metwork-mfserv metwork-mfdata metwork-mfbase metwork-mfadmin metwork-mfsysmon
5356 mkdir mfserv mfdata mfbase mfadmin mfsysmon
54- yum -y install make cronie diffutils acl
57+ dnf -y install make cronie diffutils acl
5558 cd mfext
5659 git clone -b ${BRANCH} https://github.com/metwork-framework/mfext src
5760 cd src/integration_tests && /opt/metwork-mfext/bin/mfext_wrapper ./run_integration_tests.sh
You can’t perform that action at this time.
0 commit comments