You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
partial workarround at client side : wget http://mirrorlist.repoforge.org/el7/mirrors-rpmforge -O - | sed "s/ARCH/arch/g" > /etc/yum.repos.d/mirrors-rpmforge wget http://mirrorlist.repoforge.org/el7/mirrors-rpmforge-extras -O - | sed "s/ARCH/arch/g" > /etc/yum.repos.d/mirrors-rpmforge-extras
and edit /etc/yum.repos.d/rpmforge.repo to use local mirror file (and maybe a cron to rebuild the mirror file from time to time
The text was updated successfully, but these errors were encountered:
mirror list from http://mirrorlist.repoforge.org/el7/mirrors-rpmforge have $ARCH in stead of $arch
yum is ok with that but not dfn
partial workarround at client side :
wget http://mirrorlist.repoforge.org/el7/mirrors-rpmforge -O - | sed "s/ARCH/arch/g" > /etc/yum.repos.d/mirrors-rpmforge wget http://mirrorlist.repoforge.org/el7/mirrors-rpmforge-extras -O - | sed "s/ARCH/arch/g" > /etc/yum.repos.d/mirrors-rpmforge-extras
and edit /etc/yum.repos.d/rpmforge.repo to use local mirror file (and maybe a cron to rebuild the mirror file from time to time
The text was updated successfully, but these errors were encountered: