From 5b280f8e47d13b67ef470f38a9c0fce2ef26f52f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 30 Jun 2016 14:35:19 +0200 Subject: remi-release: add remi-php71 repo configuration --- remi-php71.repo | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 remi-php71.repo (limited to 'remi-php71.repo') diff --git a/remi-php71.repo b/remi-php71.repo new file mode 100644 index 0000000..a7a6506 --- /dev/null +++ b/remi-php71.repo @@ -0,0 +1,32 @@ +# This repository only provides PHP 7.1 and its extensions +# NOTICE: common dependencies are in "remi-safe" + +[remi-php71] +name=Remi's PHP 7.1 RPM repository for Enterprise Linux VERSION - $basearch +#baseurl=http://rpms.remirepo.net/enterprise/VERSION/php71/$basearch/ +mirrorlist=http://rpms.remirepo.net/enterprise/VERSION/php71/mirror +enabled=0 +gpgcheck=1 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi + +[remi-php71-debuginfo] +name=Remi's PHP 7.1 RPM repository for Enterprise Linux VERSION - $basearch - debuginfo +baseurl=http://rpms.remirepo.net/enterprise/VERSION/debug-php71/$basearch/ +enabled=0 +gpgcheck=1 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi + +[remi-php71-test] +name=Remi's PHP 7.1 test RPM repository for Enterprise Linux VERSION - $basearch +#baseurl=http://rpms.remirepo.net/enterprise/VERSION/test71/$basearch/ +mirrorlist=http://rpms.remirepo.net/enterprise/VERSION/test71/mirror +enabled=0 +gpgcheck=1 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi + +[remi-php71-test-debuginfo] +name=Remi's PHP 7.1 test RPM repository for Enterprise Linux VERSION - $basearch - debuginfo +baseurl=http://rpms.remirepo.net/enterprise/VERSION/debug-test71/$basearch/ +enabled=0 +gpgcheck=1 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi -- cgit