diff options
-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 |