diff options
| author | Remi Collet <remi@remirepo.net> | 2018-04-24 19:33:47 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2018-04-24 19:33:47 +0200 | 
| commit | 5ed3db0858147716867528037bfdaacf0d87a657 (patch) | |
| tree | 06f3ad78c9c76bb8a927583602b4b12866b791a2 | |
| parent | b99b9408b828efe7701a72893baeadf395f7453e (diff) | |
disable testing for FBA (freezed)
| -rw-r--r-- | el7x.cfg | 5 | ||||
| -rw-r--r-- | fc28i.cfg | 2 | ||||
| -rw-r--r-- | fc28x.cfg | 2 | ||||
| -rw-r--r-- | fc28xscl56.cfg | 2 | ||||
| -rw-r--r-- | fc28xscl70.cfg | 2 | ||||
| -rw-r--r-- | fc28xscl71.cfg | 2 | ||||
| -rw-r--r-- | fc28xscl72.cfg | 2 | 
7 files changed, 11 insertions, 6 deletions
@@ -89,6 +89,11 @@ name=remi test  baseurl=file:/home/rpmbuild/site/rpms/enterprise/7/test/x86_64/  enabled=0 +[remi-debuginfo] +name=remi-debuginfo +baseurl=file:/home/rpmbuild/site/rpms/enterprise/7/debug-remi/x86_64/ +enabled=1 +  [remi-php55]  name=remi php55  baseurl=file:/home/rpmbuild/site/rpms/enterprise/7/php55/x86_64/ @@ -73,7 +73,7 @@ metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f$relea  failovermethod=priority  #mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-f28&arch=i386  #baseurl=http://dl.fedoraproject.org/pub/fedora/linux/updates/testing/28/i386 -enabled=1 +enabled=0  [remi]  name=remi public @@ -78,7 +78,7 @@ metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f$relea  failovermethod=priority  #mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f28&arch=x86_64  #baseurl=http://dl.fedoraproject.org/pub/fedora/linux/updates/testing/28/x86_64/ -enabled=1 +enabled=0  [remi]  name=remi public diff --git a/fc28xscl56.cfg b/fc28xscl56.cfg index 1cef757..5ac9962 100644 --- a/fc28xscl56.cfg +++ b/fc28xscl56.cfg @@ -78,7 +78,7 @@ metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f$relea  failovermethod=priority  #mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f28&arch=x86_64  #baseurl=http://dl.fedoraproject.org/pub/fedora/linux/updates/testing/28/x86_64/ -enabled=1 +enabled=0  [remi]  name=remi public diff --git a/fc28xscl70.cfg b/fc28xscl70.cfg index afc27ae..52049b4 100644 --- a/fc28xscl70.cfg +++ b/fc28xscl70.cfg @@ -81,7 +81,7 @@ metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f$relea  failovermethod=priority  #mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-f28&arch=x86_64  #baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/testing/28/x86_64/ -enabled=1 +enabled=0  [remi]  name=remi public diff --git a/fc28xscl71.cfg b/fc28xscl71.cfg index 4f35aeb..ab9b54e 100644 --- a/fc28xscl71.cfg +++ b/fc28xscl71.cfg @@ -81,7 +81,7 @@ metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f$relea  failovermethod=priority  #mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f28&arch=x86_64  #baseurl=http://dl.fedoraproject.org/pub/fedora/linux/updates/testing/28/x86_64/ -enabled=1 +enabled=0  [remi]  name=remi public diff --git a/fc28xscl72.cfg b/fc28xscl72.cfg index 8ff5635..61d10ca 100644 --- a/fc28xscl72.cfg +++ b/fc28xscl72.cfg @@ -81,7 +81,7 @@ metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f$relea  failovermethod=priority  #mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f28&arch=x86_64  #baseurl=http://dl.fedoraproject.org/pub/fedora/linux/updates/testing/28/x86_64/ -enabled=1 +enabled=0  [remi]  name=remi public  | 
