diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-03-09 16:29:33 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-03-09 16:29:33 +0100 |
commit | 60a262d70cba4eb1d3c2917f4c2cba49de112fc6 (patch) | |
tree | 96f965e203cad88753cfc1d8440d2ca912052c3e | |
parent | 30361db37fc7efcf954b8b310aa7f3dda3d50303 (diff) |
mock: php56 for F24
-rw-r--r-- | buildfct | 2 | ||||
-rwxr-xr-x | getmock | 2 | ||||
-rw-r--r-- | mock/fc24xscl56.cfg | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -493,7 +493,7 @@ if [ "$1" = "-q" ]; then fi if [ -f "$1" ]; then - for i in 23 22 21 20 + for i in 23 24 22 21 20 do echo -n "$(date +%X) scl56 fc$i " mock $quiet --configdir=$mocketc -r fc${i}xscl56 rebuild $1 && echo " Ok." || echo " Error !" @@ -277,7 +277,7 @@ elif [ $1 = scl55 ]; then done elif [ $1 = scl56 ]; then - for i in 20 21 22 23 + for i in 20 21 22 23 24 do getOneMock scl56fc${i}x $opt done diff --git a/mock/fc24xscl56.cfg b/mock/fc24xscl56.cfg index bff8197..f9d67b9 100644 --- a/mock/fc24xscl56.cfg +++ b/mock/fc24xscl56.cfg @@ -76,7 +76,7 @@ enabled=1 [remi-test] name=remi test baseurl=file:/home/rpmbuild/site/rpms/fedora/24/test/x86_64/ -enabled=0 +enabled=1 [remi-dev] name=remi dev |