the platform option causes problems for EL6 and EL7
This commit is contained in:
parent
8a6a5840c7
commit
d740976883
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ RHEL6CACHEDIR=/var/tmp/reposync-rhel6
|
||||||
|
|
||||||
cd $RHEL6SYNCDIR
|
cd $RHEL6SYNCDIR
|
||||||
|
|
||||||
DNFOPTS='--download-metadata -m --setopt=module_platform_id="platform:el6" -n'
|
DNFOPTS='--download-metadata -m -n'
|
||||||
|
|
||||||
|
|
||||||
mkdir -p ${RHEL6CACHEDIR}
|
mkdir -p ${RHEL6CACHEDIR}
|
||||||
|
|
|
@ -5,7 +5,7 @@ SYNCDIR=/var/cache/reposync/
|
||||||
YUMDIR=/var/tmp/reposync-rhel7/
|
YUMDIR=/var/tmp/reposync-rhel7/
|
||||||
|
|
||||||
## Need to download the metadata and the modular data
|
## 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
|
# s390 isnt working yet
|
||||||
ARCHES="ppc64le s390x x86_64"
|
ARCHES="ppc64le s390x x86_64"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue