diff --git a/files/ESS-CentOS.repo b/files/ESS-CentOS.repo new file mode 100644 index 0000000000000000000000000000000000000000..f6cb0452cb00cf8a5b80f66d5edbdb210d229b3c --- /dev/null +++ b/files/ESS-CentOS.repo @@ -0,0 +1,23 @@ +[base-ess] +baseurl = https://artifactory.esss.lu.se/artifactory/centos-mirror/7/os/$basearch/ +enabled = 1 +gpgcheck = 1 +gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 +name = ESS CentOS 7 RPM base repository +repo_gpgcheck = 0 + +[updates-ess] +baseurl = https://artifactory.esss.lu.se/artifactory/centos-mirror/7/updates/$basearch/ +enabled = 1 +gpgcheck = 1 +gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 +name = ESS CentOS 7 RPM updates repository +repo_gpgcheck = 0 + +[extras-ess] +baseurl = https://artifactory.esss.lu.se/artifactory/centos-mirror/7/extras/$basearch/ +enabled = 1 +gpgcheck = 1 +gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 +name = ESS CentOS 7 RPM extras repository +repo_gpgcheck = 0 diff --git a/files/ESS-ELREPO.repo b/files/ESS-ELREPO.repo new file mode 100644 index 0000000000000000000000000000000000000000..fe9cf5095664d283805d71822e5fd58f2477fd26 --- /dev/null +++ b/files/ESS-ELREPO.repo @@ -0,0 +1,7 @@ +[elrepo-ess] +baseurl = https://artifactory.esss.lu.se/artifactory/elrepo/el7/$basearch/ +enabled = 1 +gpgcheck = 0 +#gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7 +name = ESS ELREPO 7 RPM repository +repo_gpgcheck = 0