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 4fcec2d..b0d28a9 100644
--- a/buildfct
+++ b/buildfct
@@ -569,7 +569,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) scl54 fc$i "
mock $quiet --configdir=$mocketc -r fc${i}xscl54 rebuild $1 && echo " Ok." || echo " Error !"
diff --git a/getmock b/getmock
index e3d58e1..15b62c8 100755
--- a/getmock
+++ b/getmock
@@ -278,7 +278,7 @@ elif [ $1 = allx ]; then
done
elif [ $1 = scl54 ]; then
- for i in 21 22 23 24
+ for i in 21 22 23 24 25
do
getOneMock scl54fc${i}x $opt
done