summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--buildfct2
-rwxr-xr-xgetmock2
2 files changed, 2 insertions, 2 deletions
diff --git a/buildfct b/buildfct
index b0d28a9..c49c22f 100644
--- a/buildfct
+++ b/buildfct
@@ -491,7 +491,7 @@ if [ "$1" = "-q" ]; then
fi
if [ -f "$1" ]; then
- for i in 23 24 22 21
+ for i in 23 24 22 21 25
do
echo -n "$(date +%X) scl70 fc$i "
mock $quiet --configdir=$mocketc -r fc${i}xscl70 rebuild $1 && echo " Ok." || echo " Error !"
diff --git a/getmock b/getmock
index 15b62c8..f8b1e7b 100755
--- a/getmock
+++ b/getmock
@@ -308,7 +308,7 @@ elif [ $1 = scl56 ]; then
done
elif [ $1 = scl70 ]; then
- for i in 21 22 23 24
+ for i in 21 22 23 24 25
do
getOneMock scl70fc${i}x $opt
done