diff options
author | Remi Collet <remi@remirepo.net> | 2018-08-23 14:39:05 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-08-23 14:39:05 +0200 |
commit | 4a48bd4ad5d6f1da0b6abdeff5c7ae454433ead7 (patch) | |
tree | 23a37a1894c878b509d9a101d7b6b42f699a292a | |
parent | f21af15a64baf356efd62daa3489fcb8ad1a71bc (diff) |
Build SCL for F29
-rw-r--r-- | buildfct | 10 | ||||
-rwxr-xr-x | mkallrepo | 2 |
2 files changed, 6 insertions, 6 deletions
@@ -359,7 +359,7 @@ if [ "$1" = "-q" ]; then fi if [ -f "$1" ]; then - for i in 29 27 28 26 + for i in 27 29 28 26 do echo -n "$(date +%X) fc$i " mock $quiet --configdir=$mocketc -r fc${i}x rebuild $1 && echo " Ok." || echo " Error !" @@ -674,7 +674,7 @@ if [ "$1" = "-q" ]; then fi if [ -f "$1" ]; then - for i in 27 28 + for i in 27 28 29 do echo -n "$(date +%X) scl73 fc$i " mock $quiet --configdir=$mocketc -r fc${i}xscl73 rebuild $1 && echo " Ok." || echo " Error !" @@ -700,7 +700,7 @@ if [ "$1" = "-q" ]; then fi if [ -f "$1" ]; then - for i in 27 28 26 + for i in 27 28 29 26 do echo -n "$(date +%X) scl72 fc$i " mock $quiet --configdir=$mocketc -r fc${i}xscl72 rebuild $1 && echo " Ok." || echo " Error !" @@ -726,7 +726,7 @@ if [ "$1" = "-q" ]; then fi if [ -f "$1" ]; then - for i in 27 28 26 + for i in 27 28 26 29 do echo -n "$(date +%X) scl71 fc$i " mock $quiet --configdir=$mocketc -r fc${i}xscl71 rebuild $1 && echo " Ok." || echo " Error !" @@ -752,7 +752,7 @@ if [ "$1" = "-q" ]; then fi if [ -f "$1" ]; then - for i in 27 28 26 + for i in 27 28 26 29 do echo -n "$(date +%X) scl70 fc$i " mock $quiet --configdir=$mocketc -r fc${i}xscl70 rebuild $1 && echo " Ok." || echo " Error !" @@ -36,7 +36,7 @@ if [ -s $TMPSIG ]; then grep fc27 $TMPSIG >> $TMPSIG2 grep fc28 $TMPSIG > $TMPSIG3 - grep fc29 $TMPSIG > $TMPSIG3 + grep fc29 $TMPSIG >> $TMPSIG3 grep src.rpm $TMPSIG >> $TMPSIG3 if [ -s $TMPSIG3 ]; then |