diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-03-10 14:55:50 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-03-10 14:55:50 +0100 |
commit | 686af2b9ec2754d5e590d92639aaaaf8cddc32c6 (patch) | |
tree | 8a6eefa3345d4a6775e9618ecf4ba807b2b31172 | |
parent | 8da6a4b45e38ea34d958155815ad67de9a0befa9 (diff) |
php54-php: F24
-rw-r--r-- | buildfct | 2 | ||||
-rwxr-xr-x | getmock | 2 | ||||
-rw-r--r-- | mock/fc24xscl54.cfg | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -545,7 +545,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) scl54 fc$i " mock $quiet --configdir=$mocketc -r fc${i}xscl54 rebuild $1 && echo " Ok." || echo " Error !" @@ -257,7 +257,7 @@ elif [ $1 = allx ]; then done elif [ $1 = scl54 ]; then - for i in 20 21 22 23 + for i in 20 21 22 23 24 do getOneMock scl54fc${i}x $opt done diff --git a/mock/fc24xscl54.cfg b/mock/fc24xscl54.cfg index bb836d8..0301655 100644 --- a/mock/fc24xscl54.cfg +++ b/mock/fc24xscl54.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 |