summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xgetmock7
1 files changed, 6 insertions, 1 deletions
diff --git a/getmock b/getmock
index a20ec43..e695db8 100755
--- a/getmock
+++ b/getmock
@@ -394,6 +394,9 @@ fi
echo -e "\n\n\n---------------------------------------\n\n\n"
opt=remi
+if [ $1 = remi ]; then
+ shift
+fi
if [ $1 = test ]; then
opt=test
shift
@@ -607,6 +610,8 @@ elif [ $1 = allm ]; then
getOneMock fc38x $opt '*1.6*'
getOneMock fc39x $opt '*1.6*'
getOneMock fc39a $opt '*1.6*'
+ getOneMock fc40x $opt '*1.6*'
+ getOneMock fc40a $opt '*1.6*'
getOneMock el9x $opt '*1.6*'
getOneMock el9a $opt '*1.6*'
@@ -761,7 +766,7 @@ elif [ $1 = allphp ]; then
MOD="all54 all55 all56 all70 all71 all72 all73 all74 all80 all81 all82 all83"
SCL="scl54 scl55 scl56 scl70 scl71 scl72 scl73 scl74 scl80 scl81 scl82 scl83"
for i in $SCL $MOD
- do $0 $i $opt | tee $LOG
+ do $0 $opt $i | tee $LOG
if grep -q '64\.rpm' $LOG && grep -q 'Aucun' $LOG
then
echo -en "\n> $i - [enter] >"; read rep