From 7c50a5aa7651badde32a5c5e1ee04798e5a3c64e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 3 Oct 2013 15:30:52 +0200 Subject: remi-release: add php55 repository for PHP 5.5 packages --- remi-el.repo | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'remi-el.repo') diff --git a/remi-el.repo b/remi-el.repo index 765483e..f824950 100644 --- a/remi-el.repo +++ b/remi-el.repo @@ -6,10 +6,20 @@ enabled=0 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi +[remi-php55] +name=Les RPM de remi de PHP 5.5 pour Enterprise Linux VERSION - $basearch +#baseurl=http://rpms.famillecollet.com/enterprise/VERSION/php55/$basearch/ +mirrorlist=http://rpms.famillecollet.com/enterprise/VERSION/php55/mirror +# WARNING: If you enable this repository, you must also enable "remi" +enabled=0 +gpgcheck=1 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi + [remi-test] name=Les RPM de remi en test pour Enterprise Linux VERSION - $basearch #baseurl=http://rpms.famillecollet.com/enterprise/VERSION/test/$basearch/ mirrorlist=http://rpms.famillecollet.com/enterprise/VERSION/test/mirror +# WARNING: If you enable this repository, you must also enable "remi" enabled=0 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi @@ -21,6 +31,13 @@ enabled=0 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi +[remi-php55-debuginfo] +name=Les RPM de remi de PHP 5.5 pour Enterprise Linux VERSION - $basearch - debuginfo +baseurl=http://rpms.famillecollet.com/enterprise/VERSION/debug-php55/$basearch/ +enabled=0 +gpgcheck=1 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi + [remi-test-debuginfo] name=Les RPM de remi en test pour Enterprise Linux VERSION - $basearch - debuginfo baseurl=http://rpms.famillecollet.com/enterprise/VERSION/debug-test/$basearch/ -- cgit