the platform option causes problems for EL6 and EL7

This commit is contained in:
Stephen Smoogen 2020-06-20 08:36:01 -04:00
parent 8a6a5840c7
commit d740976883
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ RHEL6CACHEDIR=/var/tmp/reposync-rhel6
cd $RHEL6SYNCDIR
DNFOPTS='--download-metadata -m --setopt=module_platform_id="platform:el6" -n'
DNFOPTS='--download-metadata -m -n'
mkdir -p ${RHEL6CACHEDIR}

View file

@ -5,7 +5,7 @@ SYNCDIR=/var/cache/reposync/
YUMDIR=/var/tmp/reposync-rhel7/
## Need to download the metadata and the modular data
DNFOPTS='--download-metadata -m --setopt=module_platform_id="platform:el7"'
DNFOPTS='--download-metadata -m '
# s390 isnt working yet
ARCHES="ppc64le s390x x86_64"