diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-01-09 11:36:54 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-01-09 11:36:54 +0100 |
commit | 3c40e7d604bbd3e7afb51c43f67af8b444f327f3 (patch) | |
tree | 8b4d472f11e49c1eb7183e499669d77877079860 /mock | |
parent | 1fe00fd11dcc5a9912cd3d2cea92b0652cdb879c (diff) |
mock: fix testing helpers
Diffstat (limited to 'mock')
-rw-r--r-- | mock/el5t56.cfg | 1 | ||||
-rw-r--r-- | mock/el6t56.cfg | 1 | ||||
-rw-r--r-- | mock/el7t56.cfg | 1 | ||||
-rw-r--r-- | mock/fc20t56.cfg | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/mock/el5t56.cfg b/mock/el5t56.cfg index 7a8f8ca..dc329a9 100644 --- a/mock/el5t56.cfg +++ b/mock/el5t56.cfg @@ -80,6 +80,7 @@ enabled=1 name=remi test baseurl=file:/home/rpmbuild/site/rpms/enterprise/5/test/x86_64/ enabled=1 +exclude=php-pecl* [remi-priv] name=remi prive diff --git a/mock/el6t56.cfg b/mock/el6t56.cfg index 46529db..373df7e 100644 --- a/mock/el6t56.cfg +++ b/mock/el6t56.cfg @@ -91,6 +91,7 @@ enabled=1 name=remi test baseurl=file:/home/rpmbuild/site/rpms/enterprise/6/test/x86_64/ enabled=1 +exclude=php-pecl* [remi-priv] name=remi prive diff --git a/mock/el7t56.cfg b/mock/el7t56.cfg index 3d716b7..c6fe161 100644 --- a/mock/el7t56.cfg +++ b/mock/el7t56.cfg @@ -87,6 +87,7 @@ enabled=1 name=remi test baseurl=file:/home/rpmbuild/site/rpms/enterprise/7/test/x86_64/ enabled=1 +exclude=php-pecl* [remi-php55] name=remi php55 diff --git a/mock/fc20t56.cfg b/mock/fc20t56.cfg index 2e2c8c3..61a5bdf 100644 --- a/mock/fc20t56.cfg +++ b/mock/fc20t56.cfg @@ -74,6 +74,7 @@ enabled=1 name=remi test baseurl=file:/home/rpmbuild/site/rpms/fedora/20/test/x86_64/ enabled=1 +exclude=php-pecl* [remi-php56] name=remi public |