sclorg / softwarecollections

Software Collections Management Website and Utils
BSD 3-Clause "New" or "Revised" License
66 stars 27 forks source link

Do not show copr repositories if there are centos and rhel repos #86

Closed hhorak closed 8 years ago

hhorak commented 8 years ago

For example here: https://www.softwarecollections.org/en/scls/rhscl/php55/

There are instructions how ti get the packages from centos (yum install centos-release-scl-rh), but there are still copr repositories available so users might use those, but that is not correct; users who are on this page should only be directed to the centos packages now.

Another thing is that we should also include installation steps for RHEL (yum-config-manager --enable rhel-server-rhscl-7-rpms), similar to centos variant yum install centos-release-scl-rh.

The copr repositories should still be available though (at least for some time), since we do not want to break users' installs.

misli commented 8 years ago

You may now safely remove Copr repositories from collections (or even whole collections). The files will remain on the filesystem, so it won't break anything. (see https://github.com/misli/softwarecollections/commit/4f28e2166020be67b221b16cfaa4f9092aa0a77e)